How do we provide security to RMI classes? Write a program to implement Simple Student database application using RMI. Remote client consist of GUI for performing different database operations (For ex. Insert, delete, update) and retrieving data through RMI.
Through Remote Method Invocation, an object on the client side can call an object on the server side.
The following are the steps required when you need to write a program that implement a simple student database application using RMI:
Comments
Leave a comment