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:

Verified
Correct Answer:
Verified
Q43: Which statement is NOT true concerning Spring's
Q44: Which of the following statements is NOT
Q45: In what order will these events occur
Q46: Which of the following statements about the
Q47: Which of the following statements is NOT
Q49: Which of the following statements is NOT
Q50: Which of the following statements is NOT
Q51: @Configuration public class AppConfig { @Bean public
Q52: What is true regarding bean definition inheritance?<br>A)
Q53: Identify the correct statement about the following