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:

Verified
Correct Answer:
Verified
Q12: How would you detect a keypress in
Q13: Which of these methods can be used
Q14: The processes that participate in supporting remote
Q15: Which of this package contains classes and
Q16: What is the correct way to write
Q18: How many kinds of classes can be
Q19: _ is a subinterface of java.rmi.Remote that
Q20: Swing is a _ framework<br>A)connection-based<br>B)component-based<br>C)platform-based<br>D)None of the
Q21: Which of these events is generated when
Q22: Which of this package is used for