Contains example code for certain subjects from the OCP17 exam study guide. It is recommended to try things yourself, make errors on purpose! The IDE helps you understand more why it is wrong and what went wrong.
Link to website containing extra information (https://www.selikoff.net/ocp17/)
Link to website containing interactive online learning environment (https://www.wiley.com/go/Sybextestprep) DISCLAIMER: some flash cards contain mistakes. Make sure to double check if using these. (Login after book is activated: https://login.prod.efficientlearning.com/wel/login)
Titles of packages are conform with subjects from the book. All code should be runnable.
- Building Blocks
- Operators
- Making Decisions
- Core APIs
- Methods
- Class Design
- Beyond Classes
- Lambdas and Functional Interfaces
- Collections and Generics
- Streams
- Exceptions and Localization
- Modules (BOOK!!)
- Concurrency
- I/O (BOOK!!)
- JDBC (BOOK!!)