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
Why heap memory is called heap?
How does hashset works in java?
Which api is provided by java for operations on set of objects?
What is string in java with example?
What do you mean by multithreaded program?
What is meant by structural programming?
Explain abstract class in java?
Why do we need variables?
What is the function of log?
Name few java util classes introduced with java 8 ?
Write a java program for binary search?
How to declare objects of a class ?
Can memory leak happen java?
Why does java have two ways to create child threads?
Explain how can you debug the Java code?