What is ejb and its architecture?
What are ejbs used for?
What do you mean by bean managed transaction?
What are ejb containers?
Is ejb be called from another ejb? If yes then how?
What is session facade in ejb?
What are the different kind of ejb's?
Is state maintained by a Stateless bean?
What is stateful or stateless?
Can remove() be a Stateless Session bean?
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?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
Define Initial Context?
What do you mean by in-memory replication?
What are the advantages of ejb components?