https://github.com/lukehackett/ocp-study-examples
https://github.com/lukehackett/ocp-study-examples
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukehackett/ocp-study-examples
- Owner: LukeHackett
- Created: 2018-02-03T19:43:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T18:34:57.000Z (about 7 years ago)
- Last Synced: 2025-12-05T09:23:19.915Z (7 months ago)
- Language: Java
- Size: 170 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oracle Certified Professional - Java 8 - Study Examples
Study notes and working examples taken from the [Java OCP 8 Programmer II Study Guide][study_book], Wiley's Test Banks can be accessed [here][wiley-test-bank].
[study_book]: https://www.selikoff.net/java-ocp-8-programmer-ii-study-guide/
[wiley-test-bank]: https://testbanks.wiley.com/WPDACE/Login
## Table of Contents
* [Chapter 1 - Advanced Class Design][chapter-1]
* [Chapter 2 - Design Patterns and Principles][chapter-2]
* [Chapter 3 - Generics and Collections][chapter-3]
* [Chapter 4 - Functional Programming][chapter-4]
* [Chapter 5 - Dates, Strings and Localization][chapter-5]
* [Chapter 6 - Exceptions and Assertions][chapter-6]
* [Chapter 7 - Concurrency][chapter-7]
* [Chapter 8 - IO][chapter-8]
* [Chapter 9 - NIO.2][chapter-9]
* [Chapter 10 - JDBC][chapter-10]
[chapter-1]: ./chapter-1
[chapter-2]: ./chapter-2
[chapter-3]: ./chapter-3
[chapter-4]: ./chapter-4
[chapter-5]: ./chapter-5
[chapter-6]: ./chapter-6
[chapter-7]: ./chapter-7
[chapter-8]: ./chapter-8
[chapter-9]: ./chapter-9
[chapter-10]: ./chapter-10