Sharing notes from my ongoing learning journey — what I build, break and understand along the way.

Java Basics – Part 1: Structure, Data Types, and Operators
Java Basics – Part 1 1 Structure and Hello World Every Java program needs at least one class and one main() method.Code blocks use curly braces { } instead of indentation. Key points 2 Strong Typing and Variables Java is…



