1z1-815 Exam Question 16
Which two modules include APIs in the Java SE Specification? (Choose two.)
1z1-815 Exam Question 17
Given:

What is the result?

What is the result?
1z1-815 Exam Question 18
Given:

Which two statements are true if the method is added to Bar? (Choose two.)

Which two statements are true if the method is added to Bar? (Choose two.)
1z1-815 Exam Question 19
Given:
/code/a/Test.java
containing:

and
/code/b/Best.java
containing:
package b;
public class Best { }
Which is the valid way to generate bytecode for all classes?
/code/a/Test.java
containing:

and
/code/b/Best.java
containing:
package b;
public class Best { }
Which is the valid way to generate bytecode for all classes?
1z1-815 Exam Question 20
Which statement is true about Java byte code?