Implement client and server programs on bank ATM application. Provide error checking if the amount is legal and userID/password (created in the 1st time)
login id passwd login with id and password
deposit n d deposit d dollars into account n
withdraw n d withdraw d dolars from account n
transfer n1 n2 d transfer d dollars from account n1 to account n2
balance n get the balance of account n
There is a menu option of 'exit' to terminate the program Java RMI Programming (Using Java on Windows or Unix)