GitHub - adilrady/Java7Certification: Java programming certificate, useful code

OCA and OCP

Useful code to prepare the Java Programming Certificates OCA (1Z0-803) and OCP (1Z0-804). The code is organized in packages, each package corresponds to a specific chapter, there is 11 packages covering the following chapters:

  • Assignment
  • Declaration
  • Development
  • Flow Controle, Exceptions and Assertions
  • General
  • Generics and Collections
  • Inner classes
  • Object Oriented Programming
  • Operators
  • String, IO, Formatting and Parsing
  • Threads Specific to OCP:
  • JDBC
  • NIO

You can clone this repo and import it as an Eclipse project in your local machine.

Please Also find two text files OCA.txt and OCP.txt, which contain a summary notes from some preparation books I have read.

Hands on programming...good luck!