An open API service indexing awesome lists of open source software.

https://github.com/fatihbozik/ocp8-study-guide

OCP Java 8 Study Guide
https://github.com/fatihbozik/ocp8-study-guide

1z0-809 certification java8

Last synced: 5 months ago
JSON representation

OCP Java 8 Study Guide

Awesome Lists containing this project

README

          

= OCP Java 8 Study Guide Exam 1Z0-809

:license-badge: https://img.shields.io/github/license/FatihBozik/ocp8-study-guide
:license-file: https://github.com/FatihBozik/ocp8-study-guide/blob/master/LICENSE.adoc
image:{license-badge}[License,link={license-file}]

This repo contains notes and code samples for the Java certification exam.

// Raw html was used because of Github leaves extra space
// when rendering AsciiDoc lists
++++


  • Click here for HTML version

  • Download here as PDF format


++++

== Legal Disclaimer

The notes and several code chunks are taken from the book: https://www.amazon.com/OCP-Certified-Professional-Programmer-1Z0-809/dp/1119067901[OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide: Exam 1Z0-809].
Sole purpose of using & sharing the notes and code here is to get ready for the Java 8 Oracle Exam.

== Contents

// Raw html was used because of Github leaves extra space
// when rendering AsciiDoc lists
++++


  1. Advanced Class Design

  2. Design Patterns and Principles

  3. Generics and Collections

  4. Functional Programming

  5. Dates, Strings, and Localization

  6. Exceptions and Assertions

  7. Concurrency

  8. IO

  9. NIO.2

  10. JDBC


++++