This repository contains Java programs and experiments conducted as part of the Object-Oriented Programming (OOP) coursework at Symbiosis Institute of Technology (SIT), Pune.
The repository is organized by experiments, each covering specific Java concepts:
- Experiment 1: Menu-Driven Calculator
- Experiment 2: Vehicle Management System
- Experiment 3: Book Inventory System
- Experiment 4: Vector Operations Program
- Experiment 5: Banking Application
- Experiment 6: Employee Payroll System
- Experiment 7: Student Record Manager
- Experiment 8: Design Patterns In Java
- Experiment 9: JDBC Connectivity
- Experiment 10: Restaurant Menu GUI
- JDK: 11 or higher
- IDE: IntelliJ IDEA / VS Code / Eclipse
-
Clone the repository:
git clone [https://github.com/ATS-27/Java_Programs.git](https://github.com/ATS-27/Java_Programs.git)
-
Navigate to the specific experiment folder.
-
Compile the Java file:
javac FileName.java
Run the program:
java FileName
Author: Atherva Srivastava