☕ Java Code Collection
Welcome to my personal Java repository! This space serves as an archive of my Java programming journey, containing various scripts, projects, and academic assignments.
In this repository, you will find code demonstrating my understanding of Core Java concepts, Object-Oriented Programming (OOP), and general problem-solving exercises. It is a mix of practice files, university coursework, and standalone scripts that I use to refine my backend development skills.
(You can organize your files into these suggested folders as your repo grows)
OOP_Concepts/- Examples of Inheritance, Polymorphism, Encapsulation, and Abstraction.Data_Structures/- Implementations of arrays, lists, and basic algorithms.Academic_Work/- Code written for university assignments and practical exams.Misc/- One-off scripts and quick daily coding exercises.
To run these programs, you will need the following installed on your local machine:
- Java Development Kit (JDK): Version 8 or higher (Java 17+ recommended).
- An IDE (like IntelliJ IDEA, Eclipse, or VS Code) OR a standard terminal/command prompt.
If you are using a terminal, you can compile and run any of the .java files using the following standard commands:
- Compile the code: