Skip to content

Notes and exercises related to OCA Java SE 8 (Exam 1Z0-808)

License

Notifications You must be signed in to change notification settings

giuseppeiacono/OCA-Java-SE-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCA-Java-SE-8

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

Project Structure

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
     */

About

Notes and exercises related to OCA Java SE 8 (Exam 1Z0-808)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages