A

Admin • 828.03K Points
Coach

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");
  • Correct Answer - Option(D)
  • Views: 11
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.