Solved

To Locate a Remote Object with a Name T at Port

Question 17

Multiple Choice

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") ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions