Answer Posted / abhijit salunkhe
It is an object which recives calls from remote clients.
Under RMI a remote object must support atleast one Interface
that is , its class must implement atleast one interface
which extends java.rmi.Remote (markup Interface)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the steps to write p-to-p model application?
What if the static modifier is removed from the signature of the main method?
wahts is mean by dynavalidatorform in struts/
What is RMI and what are the services in RMI?
Are we allowed to change the transaction isolation property in middle of a transaction?
Why is string immutable in java?
What’s jboss jbpm?
which book is better for jdbc ,servlets and jsp
What is meant by method chaining?
What modifiers may be used with an inner class that is a member of an outer class?
What is glasgow?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Write a singleton program?
What is the relationship between an event-listener interface and an event-adapter class?
how do you Handle Front End Application data against DB with example?