An open API service indexing awesome lists of open source software.

https://github.com/h3ar7b3a7/certificationpractice

Exploring the ins and outs of Java for the 'Oracle Certified Professional' Certification: 1Z0-815, 1Z0-816 & 1Z0-817
https://github.com/h3ar7b3a7/certificationpractice

java-certification

Last synced: 24 days ago
JSON representation

Exploring the ins and outs of Java for the 'Oracle Certified Professional' Certification: 1Z0-815, 1Z0-816 & 1Z0-817

Awesome Lists containing this project

README

          

# Java Certification: Documentation, Exercises & Examples

Practicing Java oddities and outliers for Oracle Certification, with:

*[OCP Oracle Certified Professional STUDY GUIDE - J. Boyarsky & S. Selikoff](https://www.selikoff.net/ocp11-1/)*

*[Oracle University Learning Subscription](https://learn.oracle.com/ols/course-list/82508)*

**WARNING**: Some syntax in these exercises should never be used in real projects.
It might be easily misinterpreted and won't make you any friends among your colleagues.
It is only useful to understand when undertaking the Oracle Certification Test.

- [1ZO-815 EXAM](1Z0-815.md)
- [1ZO-816 EXAM & 1Z0-817](1Z0-816and1Z0-817.md)
- [Oracle Programming Complete](https://learn.oracle.com/ols/course/java-se-programming-complete/82508/85200)

PS: To be able to run the code samples in this project without any **errors**,
you might want to move the 'mods' folder from *exam1Z0_815.chapter11* to somewhere else on your hard drive.
The files in that folder were compiled manually as described in the markdown.
Your IDE will likely complain about files in there when trying to run any code.