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 are the services in RMI ?
Write a program to show synchronization?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is a modular application?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Explain the different types of memory used by jvm?
What is the form of storage space in java?
How database connectivity in XML is achieved?
How to deploy Jar, War files in J2EE?
Difference between new operator and class.forname().newinstance()?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What does module-relative mean?
Is a class a subclass of itself?
Explain how will the struts know which action class to call when you submit a form?
What is local interface. How values will be passed?