Multiple Choice
Which of the following statements about Spring's JUnit integration testing support is true? (select one)
A) A new ApplicationContext is initialized and created for each test method
B) To obtain references to the Spring bean(s) you want to test, you need to call getBean() on the ApplicationContext provided
C) You can indicate which XML configuration files the test class will use to create the ApplicationContext
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Assuming a web application context name of
Q11: Which of the following statements about the
Q12: Identify the correct statement(s) regarding the <aop:aspectj-autoproxy
Q13: Which statement best describes the advantage of
Q14: Which statement concerning Aspect Oriented Programming (AOP)
Q16: Security filters are used in Spring Security
Q17: import com.springsource.service.*; ... @Configuration public class AppConfig
Q18: Which of these is NOT a characteristic
Q19: Consider the following Spring JMS configuration <jms:listener-container
Q20: Identify the correct statement(s) about the following