What is ejb in java?
How entity beans support container managed persistence?
What optimization could I use if the ejb container is the only point of write access to the database?
How stateful session beans will maintain consistency, across transaction updates?
What are the different kind of ejb's?
EJB containers supports what kind of transaction attributes?
How Client will contact the Bean?
3 Answers Four soft, Tech Mahindra,
What changes have been made in ejb 2.0 specifications?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What is the perpose of EJBs?
Elucidate callback in ejb?
Can a client interact with an JavaBean directly? Explain?
Define Context?