Skip to content

nogieman/OOPs-lab

Repository files navigation

OOPs-lab Repository

Description

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.

Contents

Java Files

  • 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

Resources

  • mysql-connector-j-8.0.33.jar: MySQL JDBC driver for database connectivity

Getting Started

Prerequisites

  • Java Development Kit (JDK) installed
  • For database connectivity: MySQL server (if using JDBC files)

Usage

  1. Clone the repository:
    git clone https://github.com/[username]/OOPs-lab.git
  2. Navigate to the desired directory/file
  3. Compile and run Java files as needed

Repository Structure

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

Contributing

This is primarily a personal repository for lab work, but suggestions or improvements are welcome through pull requests.

License

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.

About

This Repo contains the code for problems from E2S2 OOPs lab manual, as done by me.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages