This repository contains Java code solutions for problems from the E2S2 Object-Oriented Programming (OOP) lab manual. The solutions were implemented as part of coursework/lab exercises.
- ClassStuff.java: Contains class-related implementations
- Notes.java: Likely contains notes or helper functions
- Trial.java: Initial test/experimental file
- jdbc.java: Java Database Connectivity (JDBC) related code
- Assignment_3: Directory for assignment 3 solutions
- lab: Directory for lab exercises
- mysql-connector-j-8.0.33.jar: MySQL JDBC driver for database connectivity
- Java Development Kit (JDK) installed
- For database connectivity: MySQL server (if using JDBC files)
- Clone the repository:
git clone https://github.com/[username]/OOPs-lab.git
- Navigate to the desired directory/file
- Compile and run Java files as needed
OOPs-lab/
├── Assignment_3/ # Assignment 3 solutions
├── lab/ # Lab exercise solutions
├── ClassStuff.java # Class implementations
├── Notes.java # Notes/helper functions
├── Trial.java # Initial test file
├── jdbc.java # JDBC database code
└── mysql-connector-j-8.0.33.jar # MySQL JDBC driver
This is primarily a personal repository for lab work, but suggestions or improvements are welcome through pull requests.
This project is currently unlicensed. All rights reserved by the repository owner.
Note: This README was generated based on the repository structure. Specific details about individual files may need to be added by the repository owner.