what is an ejb object?

Answer Posted / nisha

EJB object implements Component Interface. It is created by
the container when create() method is called by the Home
interface. EJB object contains the business methods present
in the bean class. Hence client request invokes the
business method on bean via the EJB object.

Is This Answer Correct ?    14 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean to be stateless?

534


What are ejb components?

534


What does statelessness mean?

529


What is the difference between ejbcreate() and ejbpostcreate?

536


Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?

533






Differentiate “find a method” from “select method” in EJB ?

532


How does ejbs work?

515


What is EJB server provider?

583


why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface

2024


What is entity bean in ejb?

555


What is rmi and ejb in java?

541


What is an entity manager?

534


What is a stateless session?

506


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?

597


What do you mean by EJB architecture?

579