What are the advanatages of RMI ?



What are the advanatages of RMI ?..

Answer / satish

Handles threads and Sockets for underlying communication.

Server-side implementation can be changed without the knowledge of the client side.

To extend an RMI solution, you can extend or add new classes, just like in a non-distributed application.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What is private static final long serialVersionUID = 1L;

3 Answers   Google,


Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");

8 Answers  


Describe responsibilities of Activator?

0 Answers  


What is meant by Superconductivity?

4 Answers  


What is synchronization and why is it important?

0 Answers  






How many times may an objects finalize() method be invoked by the garbage collector?

0 Answers  


What are the services in RMI ?

0 Answers  


Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?

5 Answers   HCL, Mobillo Venture,


How database connectivity in XML is achieved?

0 Answers  


What is Bootstrapping in RMI?

1 Answers  


What is the difference between a menuitem and a checkboxmenuitem?

0 Answers  


What are the different class loaders used by jvm?

0 Answers  


Categories