Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.44 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.44 KB

java-certification-oca

A project of exercises from books specialized on the OCA Exam 1Z0-808 program (Java 8) or OCA Exam 1Z0-815 (Java 11) program.

Summary

  1. Chapter 01 - Java Basics
  2. Chapter 02 - Working with Java Data Types
  3. Chapter 03 - Using Operators and Decision Constructs
  4. Chapter 04 - Creating and Using Arrays
  5. Chapter 05 - Using Loop Constructs
  6. Chapter 06 - Working with Methods and Encapsulation
  7. Chapter 07 - Working with Inheritance
  8. Chapter 08 - Handling Exceptions
  9. Chapter 09 - Java 8/Java Basics
  10. Chapter 10 - Java 8/Working with Java Data Types
  11. Chapter 11 - Java 8/Working with Selected Classes from the Java API