

McqMate
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"); |
View all MCQs in
Java ProgrammingNo comments yet