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
how do you Handle Front End Application data against DB with example?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
what are the advantages of JTA over JTS?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
To identify IDL language what mapping mechanism is used?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is RMI and what are the services in RMI?
Is the infobus client side only?
What are the types of scaling?
What is the purpose of the notify() method?
How database connectivity in XML is achieved?
Which textcomponent method is used to set a textcomponent to the read-only state?
What is threadfactory?
Explain RMI Architecture?
Where can I ask questions and make suggestions about seam?