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 |
What is the difference between ejb and spring?
Who took over ejb?
Define Initial Context?
What are stateless applications?
Name the acid properties of a transaction.
What are stateless functions?
What is session facade in ejb?
Enlist the changes in EJB 2.1 ?
What are the required methods to implement EJB architecture?
What is stateless authentication?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
What causes statelessness?