What is Remote Interface?
Answer / dipen jadav
In EJB applications, remote interface implements all the
possible business methods that are going to be invoked
remotely by a client.
Remote interface extends EJB object interface from Javax.ejb
package and this interface extends java.rmi.remote interface.
An instance of remote interface is sometimes called remote
object.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the implicit objects?
how can u cal servlet from java?
Difference between loadclass and class.forname?
What is abstract schema?
What is Introspection?
What is the relationship between local interfaces and container-managed relationships?
what is a dirty read?
Is the infobus client side only?
What is the priority of Garbage collector thread?
can a static method be overridden
is servlet,struts are threadsafe or not.please telme correct answer
What is the difference between the session.update() method and the session.lock() method?