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 |
How to send a request to garbage collector?
whats is mean by tiles in struts
can i call multipule form beans in Action class?
which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based
What are the different methods of identifying an object?
can a static method be overridden
difference between applicationserver and webserver
What is the difference between a static and a non-static inner class?
When a thread blocks on i/o, what state does it enter?
how to search the pertical objects in a Collections
When is the best time to validate input?
difference between Abstract and Interface?