Which of the following is used to register a remote object o with a name obj at

Question:

Which of the following is used to register a remote object o with a name obj at port 1080 on host it.jusl.ac.in?

(a) Naming.bind(“rmi://it.jusl.ac.in/obj”, o);

(b) Name.rebind(“rmi://it.jusl.ac.in:1080/obj”, o);

(c) Naming.rebind(“rmi://it.jusl.ac.in:1080/obj”, o);

(d) Name.bind(“rmi://it.jusl.ac.in:1080/obj”, o);

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: