TASK 1 Library Management System overview A simple java program to manage books in a library. Features 1.Add a book 2.Issue a book 3.Borrow a book 4.Display all books 5.Exit
TASK 2 Student Exam Score Logger Overview A simple Java program that simulates multiple students submitting their exam scores simultaneously using multithreading. Features 1.Thread-safe file writing using synchronization 2.Logs student name, roll number, and marks to a CSV file 3.Supports multiple student threads writing at once 4.Displays confirmation once all scores are logged