Skip to content

Added Java SE 11 Programmer I Certification Guide #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ A very helpful Java book covering all the basics (and much more) of the Java pro

* ## Beginning Java Programming: The Object-Oriented Approach http://amzn.to/2k1yG6y
A comprehensive Java guide, with samples, exercises, case studies, and step-by-step instruction

* ## Java SE 11 Programmer I Certification Guide: Covers Exam 1Z0-815 https://www.manning.com/books/java-se-11-programmer-i-certification-guide
OCP Java SE 11 Programmer I Certification Guide prepares you for the 1Z0-815 certification test with complete coverage of the exam

* ## How to Raed Java https://www.manning.com/books/how-to-read-java
A book that teaches you how to better understand Java application code.

## Top Java Books
* ## Head First Java http://amzn.to/2j5MvkB
Expand Down