Online Access Free 1Z0-850 Exam Questions
Exam Code: | 1Z0-850 |
Exam Name: | Java Standard Edition 5 and 6, Certified Associate Exam |
Certification Provider: | Oracle |
Free Question Number: | 242 |
Posted: | Aug 30, 2025 |
Given:
1 1. interface A {
1 2. void someMethod();
1 3. }
1 4. class B implements A {
1 5. public void someMethod() { }
1 6. }
Which represents the "program to an interface" principle?
Which two are advantages of using J2EE server-side technologies in a web-based application? (Choose two.)