Java Transaction API Question:

Explain the transactional attribute Bean-managed?

Java Transaction API Interview Question
Java Transaction API Interview Question

Answer:

Bean-managed: Bean-managed transactions include any stateful or stateless session beans with a transaction-type set to Bean. The bean specifies the transaction demarcations using the javax.transactin.UserTransaction interface.


Previous QuestionNext Question
Explain the transactional attribute Never?What you know about Java Transaction API (JTA)?