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
- Host: GitHub
- URL: https://github.com/h3ar7b3a7/certificationpractice
- Owner: H3AR7B3A7
- Created: 2021-02-07T02:15:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T18:12:52.000Z (over 4 years ago)
- Last Synced: 2025-01-25T17:59:03.227Z (11 months ago)
- Topics: java-certification
- Language: Java
- Homepage:
- Size: 6.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.