What is Remote Interface?

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


Please Help Members By Posting Answers For Below Questions

What is meant by method chaining?

659


For which statements does it make sense to use a label?

582


What are the pros and cons of detached objects?

541


Can we sent objects using Sockets?

640


Is there a guarantee of uniqueness for entity beans?

566






Where can I find seam examples and documentation?

561


Java is fully object oriented languages or not?

532


What do you mean by Socket Programming?

542


What is Remote Server?

1682


What is the difference between the session.update() method and the session.lock() method?

552


Is infobus easy to use?

594


What is clustering? What are the different algorithms used for clustering?

572


Do I have to use jsps with my application?

574


Can I import same package/class twice? Will the jvm load the package twice at runtime?

641


What is the immediate superclass of the applet class?

594