Define the remote interface?
Answer / amalendra
Remote Interface is a marker interface, it does not contain
any mehtod. It is used to mark the class as Remote class.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is Stream and Types?
What classes of exceptions may be caught by a catch clause?
what is singleton class? where it mainly used in the projects?
Can you control when passivation occurs?
What is an abstract method?
What is the use of Semaphore?
what is the Remote Stub?
What state does a thread enter when it terminates its processing?
Describe, in general, how java's garbage collector works?
What are JTA/JTS and how they used by client?
Difference between new operator and class.forname().newinstance()?
What are the design considerations while making a choice between using interface and abstract class?