Java Transaction API – JTA Interview Questions and Answers

What is JTA? - Java Transaction API is a standard between the transaction manager and the entities participated in the distributed transaction system...
What is bean managed transaction? - A bean managed transaction is an explicitly bounded for a specific transaction that is handled by a bean...
Demarcation and its types - Demarcation specifies a limit for a bean managed transaction...
Transactional attributes that the EJB supports - Required: This is the default transaction attribute that ensures the methods are invoked within Java Transaction API transaction context...