Q. To locate a remote object with a name t at port 7000 on host panda.armstrong.edu, use
β
Correct Answer: (D)
Remote remoteObj = Naming.lookup("rmi://panda.armstrong.edu:7000/t");
You must be Logged in to update hint/solution