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
Is a class a subclass of itself?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Is “abc” a primitive value?
Explain what is synchronization?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Why are my checkboxes not being set from on to off?
What is a session? Can you share a session object between different theads?
What are various types of class loaders used by jvm?
Define prototype?
Why are some of the class and element names counter-intuitive?
What is the difference between a static and a non-static inner class?
Define the remote object implementation?
Can we sent objects using Sockets?
What’s jboss jbpm?
What is synchronization and why is it important?