This repository showcases my journey of learning Java from basics to core concepts. It includes well-structured code and hands-on implementations of important programming concepts.
- Data Types & Variables
- Control Statements (if-else, loops)
- Object-Oriented Programming (OOP)
- Exception Handling
- Collections Framework
src/
βββ basics/
βββ oops/
βββ exceptionhandling/
βββ collections/
To build a strong foundation in Java for backend development and technical interviews.
- Clone the repository
- Open in IntelliJ IDEA
- Run any
.javafile
Aviral Yadav