Welcome to the Java Programs Repository — a collection of well-structured Java examples demonstrating concepts from basic syntax to Object-Oriented Programming (OOP) and String handling.
- 🧩 Basics: Variables, Data Types, Operators, Input/Output
- 🔁 Control Structures: if–else, loops, switch
- 🧮 Functions & Methods: static, parameter passing, return types
- 🏗️ OOP Concepts: Classes, Objects, Inheritance, Polymorphism, Abstraction
- 🧵 Exception Handling: try-catch-finally, throw, throws
- 💬 String Handling: Immutable Strings, StringBuilder, StringBuffer
- 📦 Collections (Coming Soon): ArrayList, HashMap, etc.