Java Transaction API Question:
Download Questions PDF

Explain the transactional attribute RequiredNew?

Java Transaction API Interview Question
Java Transaction API Interview Question

Answer:

RequiredNew: RequiredNew is used when the required results of the transactions to be committed irrespective of the caller’s transactions.

Download Java Transaction API Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the transactional attribute Required?Explain the transactional attribute Mandatory?