adplus-dvertising
frame-decoration

Question

To locate a remote object with the name obj at port 1080 on host it.just.ac.in, we use

a.

Remote remote Ref = Name.lookup(“rmi : ⁄⁄ it.jusl.ac.in : 1080⁄obj”);

b.

Remote remote Ref = Name.lookup(”⁄⁄ it.jusl.ac.in : 1080⁄obj”);

c.

Remote remote Ref = Name.lookup(“http:⁄⁄ it.jusl.ac.in : 1080⁄obj”);

d.

Remote remote Ref = Naming.lookup(“rmi : ⁄⁄ it.jusl.ac.in : 1080⁄obj”);

Answer: (d).Remote remote Ref = Naming.lookup(“rmi : ⁄⁄ it.jusl.ac.in : 1080⁄obj”);

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. To locate a remote object with the name obj at port 1080 on host it.just.ac.in, we use