latest posts

ocp 17 study guide review & exam insights
This book serves as a great way to prepare for the OCP Java SE 17 Developer exam (1Z0-829), but also for gaining valuable knowledge of Java SE. Whether you’re an experienced developer or a college...
Java Switch Statement & Expression
JDK 17 used for coding! Switch Statement Overview A switch statement is: a decision-making structure with a single value being evaluated. The flow is redirected to the first matching branch: the...