In EBs the DB state is more consistent than SBs why?



In EBs the DB state is more consistent than SBs why?..

Answer / john

The Entity Bean is directly interacting with the database.
AS and when new transactions are made they are recordeed in
the database to take care of persistence.

In case of session beans all transactions are maintained in
a session. It is not necessary that the user has to submit
these trasnactions to the DB. The user may choose not to
submit them and the trtasnactiosn in the session will be
lost. This can also occur whe the user closes the browser
without submitting or when the session expires due to a time
out.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What do you mean by EJB architecture?

0 Answers  


What is dependency injection in ejb?

0 Answers  


Mention the three levels for applying interceptor methods.

0 Answers  


How to increase ejb transaction timeout in weblogic?

0 Answers  


What is the major difference SessionBean and EntityBean?

3 Answers   KPIT, Wipro,






How does a container, manage access, from multiple transactions on an entity bean?

1 Answers  


How do you implement the Local Interfaces ?

1 Answers   HCL,


What is ejb technology?

0 Answers  


What is ejb 3?

0 Answers  


Write down the steps for the creation of stateless ejb.

0 Answers  


What is a local interface?

0 Answers  


What are the steps involved in creating a Bean?

2 Answers  


Categories