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
- Host: GitHub
- URL: https://github.com/fatihbozik/ocp8-study-guide
- Owner: FatihBozik
- License: mit
- Created: 2019-07-14T17:46:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T23:17:57.000Z (over 5 years ago)
- Last Synced: 2025-04-28T15:46:05.776Z (8 months ago)
- Topics: 1z0-809, certification, java8
- Language: Java
- Homepage: https://fatihbozik.github.io/ocp8-study-guide/
- Size: 1.61 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
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
++++
++++
== 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
++++
- Advanced Class Design
- Design Patterns and Principles
- Generics and Collections
- Functional Programming
- Dates, Strings, and Localization
- Exceptions and Assertions
- Concurrency
- IO
- NIO.2
- JDBC
++++