What is the TX operational difference between Session Bean
and Entity Bean?



What is the TX operational difference between Session Bean and Entity Bean?..

Answer / janet

1.Session Bean may or may not be used for TX operational
operations,even they are used for TX's bean developer itself
responsible to update the bean values into DB.
2. EntityBeans are specially designed for TX operations
where bean develop is only responsible for updating bean
values,where the bean values were updated into DB by
executing one additional function called ejbStore().

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More EJB Interview Questions

why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface

0 Answers   Polaris,


What are the callback annotations for entity bean?

0 Answers  


Enlist the contents of Container.

0 Answers  


What is ejb in java with example?

0 Answers  


How is an entity bean created?

1 Answers  






What is ejb context?

0 Answers  


Enlist the declarative transaction types?

0 Answers  


What is ejb application?

0 Answers  


How the container will maintain synchronization for multiple calls to the entity bean?

1 Answers   HCL,


what is current EJB version?

3 Answers  


what is mean by com/Dcom ? Please answer me. Advance thanks.

1 Answers   Excel,


What is ejb container?

0 Answers  


Categories