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 diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Do I need to import javlang package any time? Why ?
How a component can be placed on Windows?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Name three component subclasses that support painting?
How database connectivity in XML is achieved?
What are transaction attributes?
When a thread blocks on i/o, what state does it enter?
wahts is mean by dynavalidatorform in struts/
Define prototype?
Difference between new operator and class.forname().newinstance()?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What are the services in RMI ?
What is difference between object state and behavior?
What is the diffrence between a local-tx-datasource and a xa-datasource?