welcome to my blog
Hi!
I’m Ștefan Bodoarcă, software engineer with over 5 years of experience. I’m passionate about Java and dedicated to sharing my research and discoveries with fellow enthusiasts. Also, I’m a certified Java SE 17 Developer!
My intention is to create valuable resources that aid in your learning journey, offering explanations, examples, and insights that can hopefully enhance your knowledge of software engineering.
LATEST ARTICLES
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...
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...