🎴 Flashcard Mode

Java Bean and Swing

Card1 / 15
Mastered0
Review0
QuestionClick to flip

In which of the following modes of transaction management provided by EJB, if the client has a transaction open when it invokes the bean's method, the bean runs the client's transaction context?

AnswerClick to flip back
A
TX_REQUIRED
💡 Explanation:

Here, if the client has a transaction open when it invokes the bean's method, the bean runs the client's transaction context.

Change Mode