Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search
Sign up Reseting focus
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
This is a full resource guide for my attempt to get Java 11 Certified
Notifications You must be signed in to change notification settings
ravi2519/JavaCertification
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to file
Folders and files
Last commit message
Last commit date
Latest commit
History
View all files
Repository files navigation
Java 11 Certification
Hi there! So this is a complete resource guide for my attempt to get Java 11 Certified. On the 18th, January 2021, I passed my "Oracle Certified Professional: Java SE 11 Developer" certification.
Old Rules
- Take a 815 exam Post 1st, October 2020, it is displaying a 404.
- And a 816 exam Post 1st, October 2020, it is displaying a 404.
Both costs approximately 11,300 INR each and covers a different set of the syllabus.
You have to purchase the exam voucher from Oracle for each one of these. The voucher will be valid for the next 6 months. And during this period, you can schedule the exam anytime.
I did that too, but as soon as I was prepared for 815, THE Oracle changed the game. They were retiring both 815 and 816 in favor of 819.
Oracle did it again!!
And as if 2020 was less weird, Oracle discontinued Java certification test 815 and 816. And in place of it, Java Test 819 was introduced. The new 819 exam
Few features of this new exam
- It is a 90 min exam as compared to 180 min ( for 815 and 816 each ).
- The total number of questions is reduced to 50, and you need to mark 34 questions correctly to pass.
- It costs approximately 18,538 INR plus taxes.
- Covers almost all the topics from exam 815 and 816, with few exceptions. Check out the 819 links for a detailed syllabus.
- You will receive "Oracle Certified Professional: Java SE 11 Developer" as Oracle recognition.
Important Topics
Below are the list of some of important topics and resources that is used to prepare them.
Stream, Lambdas and Funtional Interfaces
- Streams, Lambdas, Functional Interfaces
- Stream API Java 8
- Stream Operations
- Stream Tutorial
- Processing Data with Java SE 8 Streams
- Method detail of Object class This is important because many times we are asked to identify a Function Interface and an inteface with no abstract method and a Object class method is not a function interface.
Secure Coding in Java SE Application
Mock Tests
- Enthuware 819 Mock Test
- Enthuware 816 Mock Test
- Java Certification (1Z0-815) Topic-wise Tests [2020]
- Java Certification (1Z0-815) Exam Simulation [2020]
- Java SE Programmer II (1Z0-816) - Practice Test
- 815 free test trial
Helpful resources from Oracle
- 815 and 816 Study Guide and Sample Questions
- List of Java Features Added from Java 8 to Java 14
- Java Quizzes
- More than 6 hours of free training by Oracle Universtity
- Contains examples and 8008 dumps
- Java Certification 815
- 808, 809 and older PDF files
- OCA and OCP/808 and 809
- All about modules - some handy modules command-lines