What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
No Answer is Posted For this Question
Be the First to Post Answer
In EBs the DB state is more consistent than SBs why?
What is meant by ejb?
What are the design goals of EJB Architecture?
How does a container, manage access, from multiple transactions on an entity bean?
What are stateless functions?
when deploying an EJB, does it possible to specify multiple JNDI names?
in EJB diclare the static methods are not?
What are the required methods to implement EJB architecture?
What is the meaning of acid in the connection of transaction management?
What is the difference between find and select methods in ejb?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
What is ejb 3?