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

List some key actors in persistence api.

0 Answers  


how to set the relationship between tables in ejb

1 Answers  


what is mean by RMI ? Please answer me. Advance thanks.

3 Answers   Excel,


Does spring use ejb?

0 Answers  


What is singleton session bean?

0 Answers  


What is ejb container?

0 Answers  


Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?

0 Answers  


How to invoke ejb from java client?

0 Answers  


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

0 Answers  


How to find ejb version in websphere?

0 Answers  


What is Session Bean Interface?

0 Answers   Tech Mahindra,


List down the steps for the demonstration of ejp persistence mechanism.

0 Answers  


Categories