The document describes a student database project using Java RMI (Remote Method Invocation). A group of 4 students - Sonali Mali, Shraddha Mane, Amey Mhatre, and Omkar Mhatre - created a client-server application to insert, retrieve, and delete student records from a database using RMI. The application allows the client to add, view, and remove records by calling remote methods on the server, which handles database operations. The project was completed to fulfill a course requirement in distributed systems at Bharati Vidyapeeth College of Engineering.
Related topics: