Not sure the Oracle Java SE 11 Programmer II question bank is right for you? Download the free PDF demo from ActualCollection, check the quality of the 1Z0-816 practice questions yourself, and only then decide.
Oracle 1Z0-816 Exam Overview:
| Certification Vendor: | Oracle |
|---|---|
| Exam Name: | Java SE 11 Programmer II |
| Exam Number: | 1Z0-816 |
| Available Languages: | English, Japanese |
| Exam Format: | Multiple Choice, Multiple Response |
| Exam Price: | USD $245 |
| Certificate Validity Period: | No expiration (retired exam) |
| Related Certifications: | Oracle Certified Professional: Java SE 11 Developer Java SE 11 Programmer I (1Z0-815) |
| Exam Duration: | 90 minutes |
| Passing Score: | 68% |
| Real Exam Qty: | 50 |
| Sample Questions: | ![]() |
| Exam Way: | Pearson VUE test center or online proctored exam |
| Pre Condition: | Oracle recommended passing Java SE 11 Programmer I (1Z0-815) before taking 1Z0-816. Both exams were required to earn the Oracle Certified Professional: Java SE 11 Developer credential before being replaced by 1Z0-819. |
| Official Syllabus URL: | https://education.oracle.com/java-se-11-programmer-ii/pexam_1Z0-816 |
Oracle 1Z0-816 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Managing Concurrency | - Develop multithreaded applications
|
| Working with JDBC | - Access relational databases
|
| Handling Exceptions, Localization and Annotations | - Localization and annotations
|
| Implementing I/O Operations | - Read and write files
|
| Using Java Streams and Lambda Expressions | - Process data using streams
|
| Handling Date, Time, Text, Numeric and Boolean Values | - Create and manipulate date, time, duration, period and instant objects
|
| Packaging and Deploying Java Code | - Work with the Java Platform Module System
|
Answers Every 1Z0-816 Candidate Should Read First
The Oracle Java SE 11 Programmer II exam is the official Oracle test registered under exam code 1Z0-816. Passing it earns you the Java Platform Standard Edition 11 certification, a credential at the Professional level. It is also linked to the related certifications: Oracle Certified Professional: Java SE 11 Developer, Java SE 11 Programmer I (1Z0-815). Oracle exams are valued because they test job-ready skills, so a passing score here carries real weight on a resume.
The Oracle Java SE 11 Programmer II exam includes 50 questions to be completed within 90 minutes. Do the pacing math before exam day: with that many items on the clock, you need a steady rhythm and the discipline to flag a hard question and move on instead of stalling. Two or three full timed sessions with the ActualCollection test engine will show you exactly what that pace feels like, so time pressure stops being a factor on the real day.
To pass the Oracle Java SE 11 Programmer II exam you need 68%, and the official registration fee is USD $245. A retake is not discounted: a failed attempt means paying the full USD $245 again, so treat your first sitting as the expensive one. A sensible rule is to book your seat only after you are scoring comfortably above the passing mark on the ActualCollection practice tests, not just squeaking past it once.
Oracle recommended passing Java SE 11 Programmer I (1Z0-815) before taking 1Z0-816. Both exams were required to earn the Oracle Certified Professional: Java SE 11 Developer credential before being replaced by 1Z0-819.
Eligibility rules do change from time to time, so confirm the current requirements before you register on the official exam page.
Yes. ActualCollection offers a free PDF demo of the Oracle Java SE 11 Programmer II material so you can judge the question quality and format before spending anything. After purchase, your license includes 365 days of free updates, and if you want to keep receiving updates after that period, renewals are available at a 50% discount.
If you take the Oracle Java SE 11 Programmer II exam within 60 days of your purchase and do not pass, ActualCollection backs you with a 100% money-back guarantee. The claim must match the exam your product covers: attempts taken within 3 days of purchase are not eligible (that is too little preparation time), and neither are downloaded-but-unused products, free materials, or expired orders. The candidate name must match the payer name, and you need to submit a scanned enrollment slip plus the official Score Report PDF within 2 days of the exam; claims are processed within 7 days. Prefer not to refund? You can swap instead and receive two other exam products of equal value for free while keeping the update service on your original purchase.
Delivery itself is instant: your files are downloadable right away and emailed to you within one minute of payment. If nothing arrives within 2 hours, contact customer service. There is no limit on how many computers you may install the software on.
The official Oracle Java SE 11 Programmer II syllabus is organized into 7 domains. Key areas include Managing Concurrency, Using Java Streams and Lambda Expressions, and Handling Exceptions, Localization and Annotations. The complete, up-to-date topic list appears in the exam topics section above; work through it line by line and flag anything you cannot yet explain in your own words.
Oracle Java SE 11 Programmer II Sample Questions:
Question 1
Which three guidelines are used to protect confidential information? (Choose three.)
A. Validate input before storing confidential information.
B. Treat user input as normal information.
C. Clearly identify and label confidential information.
D. Manage confidential and other information uniformly.
E. Encapsulate confidential information.
F. Transparently handle information to improve diagnostics.
G. Limit access to objects holding confidential information.
Question 2
Which code is correct?
A. Runnable r = {System.out.println("Message")};
B. Runnable r = "Message" -> System.out.println();
C. Runnable r = () -> System.out::print;
D. Runnable r = () -> {System.out.println("Message");};
E. Runnable r = -> System.out.println("Message");
Question 3
Given:
And the command:
java Main Helloworld
What is the result ?
A. Input: Echo:
B. A NullPointerException is thrown at run time.
C. Input:
Then block until any input comes from System.in.
D. Input: Helloworld Echo: Helloworld
E. Input:
Echo: Helloworld
Question 4
Given:
var fruits = List.of("apple", "orange", "banana", "lemon");
You want to examine the first element that contains the character n. Which statement will accomplish this?
A. String result = fruits.stream().filter(f -> f.contains("n")).findAny();
B. Optional<String> result = fruits.stream().anyMatch(f -> f.contains("n"));
C. fruits.stream().filter(f -> f.contains("n")).forEachOrdered(System.out::print);
D. Optional<String> result = fruits.stream().filter(f -> f.contains ("n")).findFirst ();
Question 5
Given:
var data = new ArrayList<>();
data.add("Peter");
data.add(30);
data.add("Market Road");
data.set(1, 25);
data.remove(2);
data.set(3, 1000L);
System.out.print(data);
What is the output?
A. An exception is thrown at run time.
B. [Market Road, 1000]
C. [Peter, 30, Market Road]
D. [Peter, 25, null, 1000]
Solutions:
| Question 1 Answer: A,F,G | Question 2 Answer: D | Question 3 Answer: C | Question 4 Answer: C | Question 5 Answer: A |






0 Customer Reviews
