latest posts
March 21, 2024
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...
March 21, 2024
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...
No posts found