-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
45 lines (28 loc) · 1.78 KB
/
Copy pathllms.txt
File metadata and controls
45 lines (28 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Java OOPS / OOP Lab Programs
> Free educational Java repository for Object-Oriented Programming (OOPS/OOP) college labs and ISA exams.
## Summary
This repository provides simple, exam-ready Java source code covering classes, objects, inheritance, abstract classes, polymorphism, interfaces, exception handling, collections (ArrayList, LinkedList, Vector, Stack), file I/O, Swing GUI, JDBC, and multithreading.
## Primary URL
https://github.com/jjf2009/java-oops-oop-lab-programs
## Audience
BCA, BSc CS, BE/BTech, diploma students learning Java OOP for practicals, viva, and internal assessments.
## Key folders
- /ISA/ISA2/ — Abstract class + polymorphism exam programs
- /ISA/ISA3/ — Interface + collections + file + exception exam programs
- /expt1/ through /expt15/ — Full semester lab experiments
- /Pratice/ — Topic-wise practice packs
- /Pratice2/ — Additional practice
- /GP/ — Swing GUI demos
- /Personal_Project/ — Inventory mini project
## Notable ISA3 programs
StudentMarksSaver, AttendanceTracker, ProductInventory, BrowserHistory, BusSeatBooking, ContactBook, SimpleTaskManager, QuizScoreBoard
## Notable ISA2 programs
EmployeePayrollSystem, VehicleRentalService, ShapeAreaCalculator, PetAdoptionCenter, SupermarketBilling, StudentResultManagement, HospitalPatientTracker, LibraryBookManager, BankAccountManager, SchoolCourseEnrollment, ProductInventoryTracker, HotelRoomBookingSystem, MusicPlaylistManager, FitnessTracker, FoodOrderSystem, StudentGradeTracker
## How to run
```
cd ISA/ISA3/StudentMarksSaver
javac StudentMarksSaver.java
java StudentMarksSaver
```
## Keywords
Java OOPS, Java OOP, object-oriented programming lab, inheritance, polymorphism, interface, ArrayList, exception handling, FileWriter, Swing, JDBC, multithreading, college Java practical, ISA exam Java