Explain transaction and various methods to manage it?



Explain transaction and various methods to manage it?..

Answer / Vivek Srivastava

{"transaction": "In EJB, a transaction is a sequence of operations that are executed as a single unit of work. Transactions provide an all-or-nothing guarantee, meaning either all the operations within a transaction are committed or none of them are.","methods": "EJB provides several methods to manage transactions such as @TransactionAttribute for specifying transaction attributes for individual methods, and UserTransaction interface for programmatic control of transactions."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What is the difference between ejb and spring?

1 Answers  


Who took over ejb?

1 Answers  


Define Initial Context?

1 Answers  


What are stateless applications?

1 Answers  


Name the acid properties of a transaction.

1 Answers  


What are stateless functions?

1 Answers  


What is session facade in ejb?

1 Answers  


Enlist the changes in EJB 2.1 ?

1 Answers  


What are the required methods to implement EJB architecture?

2 Answers  


What is stateless authentication?

1 Answers  


how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?

1 Answers   Infosys,


What causes statelessness?

1 Answers  


Categories