I’m learning Java — and sharing only what actually sticks. 🚀 This week: Data Types, Conditionals & Loops And honestly… a few things surprised me 👇 ---------------------------------------------------------------------------- 🔹 Not everything in Java stores “data” Some things just store addresses 🔹 A simple type conversion can silently break your logic (No error. Just wrong output.) 🔹 if-else vs switch isn’t just syntax It actually affects readability + design decisions 🔹 All loops look similar… But choosing the wrong one = bad code I’ve broken all of this down with simple examples in the slides 👇 (Explained the way I wish I learned it the first time) Still figuring things out as I go — but that’s the fun part 😊. #Java #JavaLearning #LearningInPublic #Developers #CodingJourney
Amazing
“No error. Just wrong output.” — the scariest bug 😄 Great breakdown!