Home
Enterprise Java Beans Basics
Questions and Answers
What are the different kinds of enterprise beans?
What is Session Bean?
What is Entity Bean?
What are the methods of Entity Bean?
What is the difference between Container-Managed Persistent (CMP) bean and Bean-Managed Persistent(BMP) ?
What are the callback methods in Entity beans?
What is software architecture of EJB?
Can Entity Beans have no create() methods?
What is bean managed transaction?
What are transaction attributes?
What are transaction isolation levels in EJB?
How EJB Invocation happens?
Is it possible to share an HttpSession between a.html and EJB? What happens when I change a value in the HttpSession from inside an EJB?
The EJB container implements the EJBHome and EJBObject classes. For every request from a unique client, does the container create a separate instance of the generated EJBHome and EJBObject classes?
Can the primary key in the entity bean be a Java primitive type such as int?
Can you control when passivation occurs?
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 EJB QL?
Brief description about local interfaces?
What are the special design care that must be taken when you work with local interfaces?
What happens if remove( ) is never invoked on a session bean?
What is the difference between Message Driven Beans and Stateless Session beans?
How can I call one EJB from inside of another EJB?
What is an EJB Context?
The EJB container implements the EJBHome and EJBObject classes. For every request from a unique client, does the container create a separate instance of the generated EJBHome and EJBObject classes?
OneInfoPlace server is currently busy. Please try later. Sorry for the inconvenience
Comments/Feedback: Please login to participate