Answer Posted / 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 |
Post New Answer View All Answers
What is the relationship between an event-listener interface and an event-adapter class?
What are the different class loaders used by jvm?
Are we allowed to change the transaction isolation property in middle of a transaction?
Explain RMI Architecture?
Difference between hashmap and hashtable?
What’s jboss cache in short?
Is there a guarantee of uniqueness for entity beans?
Java is fully object oriented languages or not?
Define the remote object implementation?
Can constructors be synchronized in java?
To what value is a variable of the string type automatically initialized?
Why does the option tag render selected=selected instead of just selected?
What is a sessionfactory? Is it a thread-safe object?
whats is statement and procedure
Can we sent objects using Sockets?