Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 an entity and its types?

0 Answers  


What do you mean by ejb?

0 Answers  


Who took over ejb?

0 Answers  


Define Clone?

0 Answers  


Enlist the changes in EJB 2.1 ?

0 Answers  


What is the difference between ejb and spring?

0 Answers  


Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?

1 Answers  


Name the attributes of javax.ejb.ejb.

0 Answers  


What is difference between ejb and spring?

0 Answers  


What are versions of ejb?

0 Answers  


In an EJB project, Howmany tables and How many entity beans are used?

1 Answers  


What is Enterprise JavaBeans Query Language (EJB QL)?

0 Answers  


Categories