Q.

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» D. Remote remoteObj = Naming.lookup("rmi://panda.armstrong.edu:7000/t");
2.6k
0
Do you find this helpful?
30

View all MCQs in

Java Programming

Discussion

No comments yet