Q. To locate a remote object with a name t at port 7000 on host panda.armstrong.edu, use (Solved)

1. Remote remoteObj = Name.lookup("rmi://pandarmstrong.edu:7000/t");

2. Remote remoteObj = Name.lookup("//panda.armstrong.edu:7000/t");

3. Remote remoteObj = Name.lookup("http://panda.armstrong.edu:7000/t");

4. Remote remoteObj = Naming.lookup("rmi://panda.armstrong.edu:7000/t");

  • d. Remote remoteObj = Naming.lookup("rmi://panda.armstrong.edu:7000/t");
Subscribe Now

Get All Updates & News