This project includes notes and exercises about Oracle Certified Associate, Java SE 8 Programmer
Whole content is based on the official Oracle book to prepare this certification:
OCA Java SE 8 Programmer I Exam Guide (Exam 1Z0-808),
Kathy Sierra, SCJP
Bert Bates, SCJP, OCA, OCP
ORACLE book has six chapters, accordingly this project consists of six modules that contain:
- one package for notes and/or examples related to the chapter content. I tried to resume those topics that are not totally clear to most programmers, in order to be ready for the exam!
- self_tests package which consists of one folder per exercise. On the bottom of Java files you will find comments regarding to both correct and wrong answers, like below:
/** * ______________________________________________________________________________ * * CORRECT answers | * ----------------- * correct answer 1 * correct answer 2 * ... * * Explanation of why they are CORRECT * ______________________________________________________________________________ */ /** * !! WRONG answers !! * ------------------- * wrong answer 1 * wrong answer 2 * ... * * Explanation of why they are WRONG */