Question:The transaction attribute of a bean is set to 'TX_REQUIRES_NEW.' What can be inferred about its behavior?
A It initiates a new transaction only when the previous one is concluded.
B It initiates a new transaction without waiting for the previous one to conclude.
C It sends the request to the EJB container for initiating a new bean.
D The bean manages its own transaction.
+ AnswerD
+ Report