nerdexam
Oracle

1Z0-815 · Question #58

Which set of commands is necessary to create and run a custom runtime image from Java source files?

The correct answer is C. jar, jlink. https://blogs.oracle.com/jtc/automating-the-creation-of-jdk9-reduced-runtime-images-in- netbeans

Working with Java SE 11 New Features

Question

Which set of commands is necessary to create and run a custom runtime image from Java source files?

Options

  • Ajava, jdeps
  • Bjavac, jlink
  • Cjar, jlink
  • Djavac, jar

How the community answered

(32 responses)
  • A
    19% (6)
  • B
    3% (1)
  • C
    69% (22)
  • D
    9% (3)

Explanation

https://blogs.oracle.com/jtc/automating-the-creation-of-jdk9-reduced-runtime-images-in- netbeans

Topics

#jlink#custom runtime image#Java tools#module system

Community Discussion

No community discussion yet for this question.

Full 1Z0-815 Practice