All Projects → ravi2519 → JavaCertification

ravi2519 / JavaCertification

Licence: other
This is a full resource guide for my attempt to get Java 11 Certified

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to JavaCertification

susel
Super charge the module aware service loader in Java 11
Stars: ✭ 21 (-68.66%)
Mutual labels:  jpms, java11
fetch
A fetch API polyfill for React Native with text streaming support.
Stars: ✭ 27 (-59.7%)
Mutual labels:  streams
tradingview-webhooks
Backend service converting tradingview alerts into action.
Stars: ✭ 44 (-34.33%)
Mutual labels:  code
DPB
Dynamic Project Builder
Stars: ✭ 22 (-67.16%)
Mutual labels:  code
Roassal2
Agile Visualization Engine for Pharo and VisualWorks
Stars: ✭ 23 (-65.67%)
Mutual labels:  code
aws-developer-notes
My study notes for the AWS Developer - Associate exam.
Stars: ✭ 50 (-25.37%)
Mutual labels:  certification
flaskcode
A web based code editor on python flask framework.
Stars: ✭ 43 (-35.82%)
Mutual labels:  code
gnome-keysign
An easier way to sign OpenPGP keys over the local network. A GTK/GNOME application to use GnuPG for signing other peoples' keys. Quickly, easily, and securely.
Stars: ✭ 42 (-37.31%)
Mutual labels:  certification
monogram
Aspect-oriented layer on top of the MongoDB Node.js driver
Stars: ✭ 76 (+13.43%)
Mutual labels:  streams
ethereum-code-analysis
ethereum-code-analysis
Stars: ✭ 12 (-82.09%)
Mutual labels:  code
Gestures-Samples
Project Prague Code Samples
Stars: ✭ 98 (+46.27%)
Mutual labels:  code
Spring
Personal notes of preparation to Spring 5 Professional Certification
Stars: ✭ 35 (-47.76%)
Mutual labels:  certification
code summarization public
source code for 'Improving automatic source code summarization via deep reinforcement learning'
Stars: ✭ 71 (+5.97%)
Mutual labels:  code
java-notes
Complete Java Note for colleges in Nepal.
Stars: ✭ 30 (-55.22%)
Mutual labels:  inheritance
streams-workshop
A workshop on Node.js Streams
Stars: ✭ 176 (+162.69%)
Mutual labels:  streams
node-certification
Strongloop Node.js Certification Exam work out
Stars: ✭ 59 (-11.94%)
Mutual labels:  certification
wonky
Slack made easy for orgs
Stars: ✭ 27 (-59.7%)
Mutual labels:  java11
openjs-nodejs-application-developer-study-guide
Resources and notes to help prepare for the Node JS Application Developer (JSNAD) certification exam
Stars: ✭ 64 (-4.48%)
Mutual labels:  certification
java-core
Collections of solutions for micro-tasks created while building modules as part of project. Also has very fun stuffs :)
Stars: ✭ 35 (-47.76%)
Mutual labels:  streams
labeledpipe
Lazypipe with labels.
Stars: ✭ 15 (-77.61%)
Mutual labels:  streams

GitHub stars GitHub forks

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

So I started my journey to get certified in Java 11 to receive Oracle Certified Professional Java SE 11 Developer credentials. Before 1st, October 2020, it was fairly a two-step process:

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

Secure Coding in Java SE Application

alt text

Mock Tests

Helpful resources from Oracle

Github Resources from my fellow wanderers

OCP 819 Stories

Coderanch

Most recommended!

  • Selikof/Boyarsky book ( Oracle Certified Professional: Java SE 11 Developer : Complete Study Guide)
  • Enthuware 819 Mock Test

Java Code in this Respository

  • Basic : Inheritance, Arrays, Final, Initialization, Overloading, Overriding, Primitives, etc.
  • Advanced : Annotations, Collections, Concurrency, Enums, Exceptions, Functional Interfaces, Generics, Inner Classes, NIO2, etc
  • Streams
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].