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
Is functional programming stateless?
What is Enterprise JavaBeans Query Language (EJB QL)?
What are ejb components?
in EJB diclare the static methods are not?
What is the difference between ejb and java beans?
What is message-driven bean?
Can remove() be a Stateless Session bean?
What is ejb in java?
Define EAR, WAR and JAR ?
What is difference between stateless and stateful?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
Can EJB made to handle multiple transactions?
Explain the concept of local interfaces?
What is ejb context?
What is the meaning of acid in the connection of transaction management?