Our new Java 11 book comes out next month!

Update (11/05/2020): Read The 1Z0-819 Exam page to learn how you can easily our Java 11 Study Guides to prepare for Oracle’s 1Z0-819 Exam, as well as the 1Z0-817 Upgrade Exam.

Many of our readers have been asking when our next book is coming out for the OCP Java 11 Programmer II 1Z0-816 Exam. Given the worldwide pandemic, it did not launch when we expected it to, but we have good news to share. We spoke with the publisher and it is expected to be released next month! If you are interested, you should probably preorder now, as our last book was sold out for over a month!

But wait, there’s more! Due to the delays we had time to “sneak in” an Appendix for those taking the OCP Java 11 Upgrade 1Z0-817 Exam! So, whether you’re taking the Programmer II or Upgrade Exam, this book has you covered for Java 11.

Full disclosure: Due to the continuing pandemic, it is certainly possible the book could be delayed further. What we have now is the most up-to-date information available from the publisher. If this changes, we will let you know.

Win a Free Copy of Our New Java 11 OCP Book!

Update (11/05/2020): Read The 1Z0-819 Exam page to learn how you can easily our Java 11 Study Guides to prepare for Oracle’s 1Z0-819 Exam, as well as the 1Z0-817 Upgrade Exam.

This week only, CodeRanch.com is hosting a book promotion for our new book: Java OCP 11 Programmer I Study Guide. The book will be released this month and is available for preorder on Amazon.com, Barnes and Nobles, and Wiley Publishing.

The giveaway starts today, November 19th, 2019 with the drawing on Friday, November 15, 2019.

The promotion will be held in the Programmer Certification (OCPJP) forum which can be found here: https://coderanch.com/f/24/

Simply post a question to the authors (Jeanne and Scott) in the forum to be entered for a chance to win a copy of our new book!

[2019 oracle code one] Java 11 Certs

Fun path to Java 11 Developer Certifications
Speaker: Mala Gupta – @emalagupta

For more blog posts, see The Oracle Code One table of contents


Why cert

  • Highlights important topics
  • Suggests a path to learn
  • Bare minimum of what every Java programmer must know to get started
  • Don’t plan to fail. Ok if do so. But don’t plan for it
  • Good coding practices [I think the exam tries. But not always. For example, the Java 8 JDBC topics were an example of how not to write JDBC. This got better with the java 11 exam where PreparedStatement was finally covered]
  • Industry standardizes IT skills
  • Good for students, professionals, those transitioning from other languages

Other ways to learn [not mutually exclusive. Mala wrote a book for the cert. As did Scott and I]

  • Books
  • Courses – Mala had a bad experience. Course oversold.
  • Hackathons – deep dive on select topics
  • Learn on job – would you go to a surgeon where it was his first surgery.

Changes with Java 11 cert

  • No more OCA exam
  • Still two exams – Programmer I and Programmer II.
  • But no longer earn interim OCA cert.
  • Oracle felt people were stopping at OCA level
  • Can take part 1 and part 2 in any order, but makes sense to take level 1 first.
  • Level 1 covers basics; level 2 covers exam topics.

8 types of questions

  • sample code and question about output
  • text only – simpler to answer – conceptual
  • fill in the blank
  • select options that are true about code
  • select incorrect options (that are false about code)
  • answers are blocks of code
  • diagram
  • [I missed one type]

How to make studying for a cert fun

  • Images – emotional connection. Also fun to draw images. Point embedded in mind.
    • Try catch block concept with a tiger and two doors. Animals only and Tigers only. Very cute!
    • Cartoon showing finally block with coffee
  • Highlighted code block
    • throw vs throws with the keywords highlighted with a rectangle surrounding
    • nested circles to show access control
  • Diagrams
    • people
    • array with cars/shapes/grid for multi dimensional array
  • Cartoon dialog
    • Code on left. Image on right is two people in love (or not)
    • Discussion about equals
  • Write own questions and have others do that
  • Twist in the tale – change code and see what happened
  • A-ha moments – write them down as study

Q&A

  • How long to study for cert? 1-3 months [I think upper bound is longer]
  • 6 months cadence? Probably LTS versions but can’t confirm [Oracle hasn’t said, but I agree]
  • Books? Will have MEAP out soon. [Also, Scott and my book publishes this year]

My take: I like that Mala had characters introducing her presentation. It reminded me of the book. Mala speaks a lot like she writes which is good. I felt like there was a lot up front selling the cert. I would think people who chose this cert talk would be interested in the cert. I was happy to see 2/3 of the presentation was on making studying fun. I like the 8 types of questions and samples. It was a good organization system. The types were a little hard to read. I like the interaction by having everyone write a question.