Multiple Choice
Which of the following statements is NOT true with respect to Spring's ApplicationContext? (select one)
A) The ApplicationContext eagerly instantiates all singleton beans by default
B) There are many different implementation classes which all implement the ApplicationContext interface
C) When available, the close() method will cause any registered bean destruction code to be invoked
D) In a JUnit test using Spring support (with @ContextConfiguration annotation) , it is necessary to close the ApplicationContext manually
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Select which of the following configuration tasks
Q28: Two beans of type MyBean are defined
Q29: Which of the following statements defines an
Q30: Given an ApplicationContext containing multiple bean definitions
Q31: Which of the following is NOT true
Q33: Identify the correct statement(s) regarding the following
Q34: public class ClientServiceImpl implements ClientService { @Transactional(propagation=Propagation.REQUIRED)
Q35: Which of the following statements about Spring
Q36: Using Spring AOP, which of the following
Q37: What is the primary purpose of bean