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 is DGC?
Why are some of the class and element names counter-intuitive?
what are the activation groupworks?
Define the remote object implementation?
To make an object to begin executing as a separate thread, what method is used?
What do you mean by Socket Programming?
why static class in java
What if the static modifier is removed from the signature of the main method?
What are local interfaces? Describe.
I wantr to know, How many number of users logged in to website? can any one answer
What is the infobus?
Explain about RMI Architecture?