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

Life cycle methods in stateless Session Beans?

3 Answers   Virtusa,


What are the advantages of java beam?

0 Answers  


What is singleton session bean?

0 Answers  


How do you implement the Local Interfaces ?

1 Answers   HCL,


What is ejb technology?

0 Answers  






What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?

0 Answers  


What is the meaning of acid in the connection of transaction management?

0 Answers  


What is stateless ejb?

0 Answers  


Using Container managed entity bean, how an entity bean can be created?

1 Answers  


What is the procedure for the creation of stateless ejb?

0 Answers  


What is persistence?

2 Answers  


What does ejb stand for?

0 Answers  


Categories