What is Remote Interface ?

Answer Posted / ayisha.k

The Remote interface serves to identify interfaces whose
methods may be invoked from a non-local virtual machine. Any
object that is a remote object must directly or indirectly
implement this interface. Only those methods specified in a
"remote interface", an interface that extends
java.rmi.Remote are available remotely.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is public static void main?

561


What is difference between call by value and call by reference?

493


Can we override constructor in java?

566


Can I extend singleton class in java?

618


What access modifiers can be used for class ?

529






How many ways can you break a singleton class in java?

477


Java is pass by value or pass by reference? Explain

528


What is jvm? Why is java called the platform independent programming language?

538


Why java is a platform independent? Explain

527


What is a singleton factory?

503


What will happen if static modifier is removed from the signature of the main method?

519


Explain about sets?

561


How do you override a method?

541


Can a static class implement an interface?

541


What is java abstraction with example?

546