Exam Details

  • Exam Code
    :1Z0-816
  • Exam Name
    :Java SE 11 Programmer II
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :80 Q&As
  • Last Updated
    :Mar 26, 2025

Oracle Oracle Certifications 1Z0-816 Questions & Answers

  • Question 71:

    Which code fragment compiles?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

  • Question 72:

    Given these two classes:

    And given this fragment: Which describes the fragment?

    A. It throws IllegalMonitorStateException.

    B. It is subject to deadlock.

    C. It is subject to livelock.

    D. The code does not compile.

  • Question 73:

    Given:

    Examine these requirements:

    Eliminate code duplication.

    Keep constant the number of methods other classes may implement from this interface.

    Which method can be added to meet these requirements?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

  • Question 74:

    Given: Which one is correct?

    A. An IllegalThreadStateException is thrown at run time.

    B. Three threads are created.

    C. The compilation fails.

    D. Four threads are created.

  • Question 75:

    Which code fragment does a service use to load the service provider with a Print interface?

    A. private Print print = com.service.Provider.getInstance();

    B. private java.util.ServiceLoader loader = ServiceLoader.load(Print.class);

    C. private java.util.ServiceLoader loader = new java.util.ServiceLoader<>();

    D. private Print print = new com.service.Provider.PrintImpl();

  • Question 76:

    Given:

    Which two interfaces can be used in lambda expressions? (Choose two.)

    A. MyInterface1

    B. MyInterface3

    C. MyInterface5

    D. MyInterface2

    E. MyInterface4

  • Question 77:

    Given this enum declaration:

    Examine this code:

    System.out.println(Alphabet.getFirstLetter());

    What code should be written at line 3 to make this code print A?

    A. final String getFirstLetter() { return A.toString(); }

    B. static String getFirstLetter() { return Alphabet.values()[1].toString(); }

    C. static String getFirstLetter() { return A.toString(); }

    D. String getFirstLetter() { return A.toString(); }

  • Question 78:

    Given the code fragment:

    Path currentFile = Paths.get("/scratch/exam/temp.txt"); Path outputFile = Paths get("/scratch/exam/new.txt"); Path directory = Paths.get("/scratch/");

    Files.copy(currentFile, outputFile); Files.copy(outputFile, directory); Files.delete (outputFile);

    The /scratch/exam/temp.txt file exists. The /scratch/exam/new.txt and /scratch/new.txt files do not exist.

    What is the result?

    A. /scratch/exam/new.txt and /scratch/new.txt are deleted.

    B. The program throws a FileaAlreadyExistsException.

    C. The program throws a NoSuchFileException.

    D. A copy of /scratch/exam/new.txt exists in the /scratch directory and /scratch/exam/new.txt is deleted.

  • Question 79:

    Which two are functional interfaces? (Choose two.)

    A. Option A

    B. Option B

    C. Option C

    D. Option D

    E. Option E

  • Question 80:

    Given the declaration:

    Examine this code fragment:

    /* Loc1 */ class ProcessOrders { ... }

    Which two annotations may be applied at Loc1 in the code fragment? (Choose two.)

    A. @Resource(priority=100)

    B. @Resource(priority=0)

    C. @Resource(name="Customer1", priority=100)

    D. @Resource(name="Customer1")

    E. @Resource

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-816 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.