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
What about features of local inner class?
Why lambda expression is used in java?
How to make a write-only class in java?
What is a variable in java?
How can you make a class serializable in java?
Can we override constructors in java?
What does java stand for?
What is locale in java?
Can inner class have constructor?
Can static methods be inherited?
How many types of constructors are used in java?
What is difference between this and super keyword?
What is the purpose of a parameter?
What is the basic concepts of OOPS?
Can we create an object of static class in java?