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 41:

    Given:

    List list1 = new ArrayList<>();

    list1.add("A");

    list1.add("B");

    List list2 = List.copyOf(list1);

    list2.add("C");

    List> list3 = List.of(list1, list2);

    System.out.println(list3);

    What is the result?

    A. [[A, B],[A, B]]

    B. An exception is thrown at run time.

    C. [[A, B], [A, B, C]]

    D. [[A, B, C], [A, B, C]]

  • Question 42:

    Given:

    Which three actions implement Java SE security guidelines? (Choose three.)

    A. Change line 7 to return names.clone();.

    B. Change line 4 to this.names = names.clone();.

    C. Change the getNames() method name to get$Names().

    D. Change line 6 to public synchronized String[] getNames() {.

    E. Change line 2 to private final String[] names;.

    F. Change line 3 to private Secret(String[] names) {.

    G. Change line 2 to protected volatile String[] names;.

  • Question 43:

    Given:

    You want the code to produce this output:

    John Joe Jane

    Which code fragment should be inserted on line 1 and line 2 to produce the output?

    A. Insert Comparator on line 1. Insert public int compare(Person p1, Person p2) { return p1.name.compare(p2.name); } on line 2.

    B. Insert Comparator on line 1. Insert public int compareTo(Person person) { return person.name.compareTo(this.name); } on line 2.

    C. Insert Comparable on line 1. Insert public int compare(Person p1, Person p2) { return p1.name.compare(p2.name); } on line 2.

    D. Insert Comparator on line 1. Insert public int compare(Person person) { return person.name.compare(this.name); } on line 2.

  • Question 44:

    Given:

    and

    What is the result?

    A. A NullPointerException is thrown at run time.

    B. The compilation fails.

    C. 1 Null null

    D. 1

    E. A ClassCastException is thrown at run time.

  • Question 45:

    Which statement about a functional interface is true?

    A. It must be defined with the public access modifier.

    B. It must be annotated with @FunctionalInterface.

    C. It is declared with a single abstract method.

    D. It is declared with a single default method.

    E. It cannot have any private methods and static methods.

  • Question 46:

    Which interface in the java.util.function package will return a void return type?

    A. Supplier

    B. Predicate

    C. Function

    D. Consumer

  • Question 47:

    Given:

    You want to use the myResource class in a try-with-resources statement. Which change will accomplish this?

    A. Extend AutoCloseable and override the close method.

    B. Implement AutoCloseable and override the autoClose method.

    C. Extend AutoCloseable and override the autoClose method.

    D. Implement AutoCloseable and override the close method.

  • Question 48:

    Given:

    Which two are correct? (Choose two.)

    A. Option A

    B. Option B

    C. Option C

    D. Option D

    E. Option E

  • Question 49:

    Given: Assume the file on path does not exist. What is the result?

    A. The compilation fails.

    B. /u01/work/filestore.txt is not deleted.

    C. Exception

    D. /u01/work/filestore.txt is deleted.

  • Question 50:

    Given an application with a main module that has this module-info.java file:

    Which two are true? (Choose two.)

    A. A module providing an implementation of country.CountryDetails can be compiled and added without recompiling the main module.

    B. A module providing an implementation of country.CountryDetails must have a requires main; directive in its module-info.java file.

    C. An implementation of country.countryDetails can be added to the main module.

    D. To compile without an error, the application must have at least one module in the module source path that provides an implementation of country.CountryDetails.

    E. To run without an error, the application must have at least one module in the module path that provides an implementation of country.CountryDetails.

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.