1z1-819 Exam Question 1

Which two statements are true about the modular JDK? (Choose two.)
  • 1z1-819 Exam Question 2

    Given:

    Which would cause s to be AQCD?
  • 1z1-819 Exam Question 3

    Given:

    What is the result?
  • 1z1-819 Exam Question 4

    A company has an existing Java app that includes two Java 8 jar files, sales-3.10. jar and clients-10.2.jar.
    The jar file ,sales -8, 10, jar reference packages in clients -10.2 jar, but clients-10.2 jar does not reference packages in sales -8.10, jar.
    They have decided to modularize clients-10.2.jar.
    Which module-info. Java file would work for the new library version clients-10.3 jar?
    A)

    B)

    C)

    D)
  • 1z1-819 Exam Question 5

    Given:

    And the command:
    java Main Helloworld
    What is the result ?