I'm doing java RMI, here is my code for connecting the server side: package bank; import .; import common.; public class RemoteAccount{ public static void main(String[] args){ try { Money m
a) Imports required packages for RMI
b) Defines a public class RemoteAccount
c) Implements the main method
d) Attempts to connect to the server