Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 754 Bytes

File metadata and controls

20 lines (16 loc) · 754 Bytes

☕ Core Java Mastery

A comprehensive collection of Java programs demonstrating core language concepts and Object-Oriented Programming (OOP) principles.

📚 Topics Covered

  • Basics: Data Types, Loops, Control Flow
  • OOP: Classes, Objects, Inheritance, Polymorphism, Encapsulation
  • Advanced Concepts: Abstraction, Interfaces, Packages
  • Exception Handling: Try-Catch, Custom Exceptions
  • Collections Framework: Lists, Sets, Maps
  • File I/O & Multithreading

🛠️ Tech Stack

  • Language: Java
  • Tools: IntelliJ IDEA / VS Code

🚀 How to Run

  1. Clone the repository:
    git clone [https://github.com/VaradrajVelhal/core-java-mastery.git](https://github.com/VaradrajVelhal/core-java-mastery.git)