AGAditya Gawasincollectionframewo.hashnode.dev·Feb 21 · 5 min read🚀 Week Wrap-Up — Mastering Java Collections Framework (Core Java)The Java Collections Framework is one of the most important parts of Core Java. Almost every real-world application relies on collections to store, retrieve, and manipulate data efficiently. This week00
AGAditya Gawasinmultithreading1.hashnode.dev·Feb 15 · 4 min read🚀 Week Wrap-Up — Mastering Java Multithreading (Core Java) ☕🧵🚀 Week Wrap-Up — Mastering Java Multithreading (Core Java) ☕🧵 Multithreading is one of the most powerful—and often confusing—concepts in Core Java.This week, I focused on understanding how Java executes multiple tasks concurrently, how threads beha...00
AGAditya Gawasinstringexception.hashnode.dev·Jan 31 · 3 min readStrings and Exception Handling in JavaJava provides powerful features to handle text data and runtime errors efficiently. Among them, Strings and Exception Handling are two core concepts that play a major role in building reliable and maintainable applications. This article explains the ...00
AGAditya Gawasinoopsconcepts.hashnode.dev·Jan 23 · 4 min read🚀 Mastering OOP in Java: My Weekly Learning Wrap-Up (Encapsulation → Abstraction)If you’re learning Java (or Java Full Stack), sooner or later you’ll hear this: “OOP is the backbone of Java.” And honestly… it’s true. This week, I dedicated my learning to Object-Oriented Programming (OOP) — the core concepts that help developers...00
AGAditya Gawasinadityagawas.hashnode.dev·Nov 22, 2025 · 3 min read🧠 Making Java Smart & Dynamic – This Week’s Learning: Static, Conditional Statements & Looping ConceptsAs part of my Java Full Stack journey, this week helped me strengthen the foundation of logic building in Java.I learned how Java: 🔹 Shares data using static🔹 Makes smart decisions using conditions🔹 Repeats tasks efficiently using loops These conc...00