Multiple Choice
Which of the following statements about the FactoryBean interface is NOT true? (select one)
A) A FactoryBean can be used to generate Spring beans of any type
B) The Spring configuration <property name="someValue" ref="myFactoryBeanImpl"/> will ALWAYS inject the instance of the FactoryBean implementation
C) FactoryBean is a Spring interface
D) Factory objects used in Spring do not necessarily have to implement the FactoryBean interface
Correct Answer:

Verified
Correct Answer:
Verified
Q41: Consider that all Spring beans have been
Q42: To register for a bean destruction callback,
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
Q47: Which of the following statements is NOT
Q48: Which of the following statements about use
Q49: Which of the following statements is NOT
Q50: Which of the following statements is NOT
Q51: @Configuration public class AppConfig { @Bean public