Solved

Which of the Following Statements About Use of the @Transactional

Question 48

Multiple Choice

Which of the following statements about use of the @Transactional annotation in a JUnit integration test is NOT true? (Select one)


A) Annotating a test with @Transactional will cause the test method to run in a transaction
B) Annotating a test class with @Transactional will cause all its test methods to run in transactions
C) Application code that runs in a transaction with REQUIRES_NEW propagation can have those changes rolled back by an @Transactional test

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions