Oracle
1Z0-860 · Question #130
Given the method invocation sequence: Method 1 calls Method 2 Method 2 calls Method 3 Method 1 calls Method 4 And the transaction scope: Method 1 Transaction A Method 2 Transaction A Method 3…
The correct answer is B. Method1REQUIRES_NEW Method. See the full explanation below for the reasoning.
Question
Given the method invocation sequence: Method 1 calls Method 2 Method 2 calls Method 3 Method 1 calls Method 4 And the transaction scope: Method 1 Transaction A Method 2 Transaction A Method 3 Transaction A Method 4 Transaction B Assuming Method 1 is invoked by a client without an existing transaction context, which set of transaction attributes will support this scope?
Options
- AMethod1NEVER Method
- BMethod1REQUIRES_NEW Method
- CMethod1REQUIRES_NEW Method
How the community answered
(23 responses)- A4% (1)
- B78% (18)
- C17% (4)
Community Discussion
No community discussion yet for this question.