Java Transaction API Question:
Download Questions PDF

Explain the transactional attribute Required?

Java Transaction API Interview Question
Java Transaction API Interview Question

Answer:

Required: This is the default transaction attribute that ensures the methods are invoked within Java Transaction API transaction context. Required makes the transactional context used by the bean. If not the new context will be created.

Download Java Transaction API Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain demarcation and types of demarcation, declarative and programmatic demarcation?Explain the transactional attribute RequiredNew?