Lakhyadeep Sen’s Post

After finishing Loops, I went through the basic building blocks of a Java program to connect everything I’ve written so far. This wasn’t about writing new code. It was about understanding what the code is actually made of. What became clearer: - how keywords, identifiers, literals, operators, and comments fit together - why main() is the starting point and not just a rule to memorize - how objects are created and methods are invoked step by step - the role of imports and why they exist - how indentation and structure affect readability, not execution - that every program is just a combination of small building blocks working together Seeing a complete program broken down into these parts helped me understand why Java feels strict and structured. Big realization for me: - earlier, I was writing code line by line - now I can see how each line plays a specific role in the whole program This felt like a good pause point before moving ahead. #Java #LearningInPublic #Beginner #DSA

To view or add a comment, sign in

Explore content categories