Given:
jdeps -jdkinternals C:workspace4SimpleSecurityjarclasses.jar
Which describes the expected output?
Correct Answer:
A
-jdkinternals option analyzes all classes in the .jar for class-level dependencies on JDK internal APIs. If any are found, the results with suggested replacements are output in the console.
Given:
Which statement is equivalent to line 1?
Correct Answer:
C
Given:
What is the result?
Correct Answer:
E
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?
Correct Answer:
E
Given:
Which two are correct? (Choose two.)
Correct Answer:
BD