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 is stateless ejb?

0 Answers  


What is ptp model?

0 Answers  


What do you mean by timer service and where it is used?

0 Answers  


How do you implement the Local Interfaces ?

1 Answers   HCL,


what is the Relationship between EJB and CORBA architecture?

0 Answers   IBM,






Is decorator an ejb design pattern?

0 Answers  


Can tomcat run ejb?

0 Answers  


Enlist the CallBack methods of Entity Bean.

0 Answers  


What is Enterprise JavaBeans?

1 Answers  


What is an ejb context?

0 Answers  


Define SessionContext ?

0 Answers  


what are required main interfaces in EJB?

2 Answers  


Categories