What is a ejb container?
No Answer is Posted For this Question
Be the First to Post Answer
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is remote interface in ejb?
What are the attributes of transaction in ejb?
Explain the concept of local interfaces?
Using Container managed entity bean, how an entity bean can be created?
What is a stateless session?
What are the differences between ejb 3.0 and ejb 2.0?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
What is stateless code?
What do you mean by ejb?
What optimization could I use if the ejb container is the only point of write access to the database?
What is EJB object?