RMI Question:

Can a class implementing a Remote interface have non remote methods?

RMI Interview Question
RMI Interview Question

Answer:

Yes. Those methods behave as normal java methods operating within the JVM.


Previous QuestionNext Question
How to get all the registered objects in a rmiregistry?What is the protocol used by RMI?