Return to site
JAVA CERTIFICATION QUESTION: Describe the modular SDK (intermediate) by Simon Roberts and Mikalai Zaikin
=>Know which command-line utilities are mandatory for distributing applications with a custom JRE.
·
Question
Imagine you are developing a modular Java 11 application from scratch and you want to distribute it with a custom Java runtime environment (JRE).
Which of the following two command-line utilities will be mandatory for accomplishing this task? Choose two.
A. jar
B. jmod
C. javac
D. jdeps
E. jlink
F. jimage
Answer
The correct options are C and E..