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
Where are variables stored?
What are streams in java 8?
Is arraylist a class in java?
What is the purpose of the main method?
What is a marker interface?
Give the hierarchy of inputstream and outputstream classes.
What is singleton class and how can we make a class singleton?
Explain the meaning of java applet.
What is the use of isempty in java?
What is annotation in java?
What is the difference between compiler and jvm?
How static variable work in java?
Explain about static imports in java?
Can static method access instance variables ?
Where and how can you use a private constructor?