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 is const variable stored?
Why should we use singleton pattern instead of static class?
Can I import same package/class twice?
What is numel matlab?
Why is boolean important?
What are the 6 boolean operators?
Why do we declare a class static?
What is token in java?
Is map ordered in java?
What is the difference between yielding and sleeping in java programming?
How do I compare two strings in word in java?
what is meant by encapsulation?
How to instantiate static nested classes in java?
What is a flag value?
Can an integer be a string?