Solved

Which of the Following Statements Is NOT True with Respect

Question 32

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:

verifed

Verified

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

Related Questions