1.

To locate a remote object with a name t at port 7000 on host panda.armstrong.edu, use

A. Remote remoteObj = Name.lookup("rmi://panda.armstrong.edu:7000/t");
B. Remote remoteObj = Name.lookup("//panda.armstrong.edu:7000/t");
C. Remote remoteObj = Name.lookup("http://panda.armstrong.edu:7000/t");
D. Remote remoteObj = Naming.lookup("rmi://panda.armstrong.edu:7000/t");
Answer» E.


Discussion

No Comment Found