Multiple Choice
Which of the following statements is NOT true concerning Setter Injection or Constructor Injection? (Select one)
A) Constructor injection is useful when you must have an instance of a dependency class before your component is used
B) Setter injection is useful if a component can provide its own defaults
C) Using the @Autowired annotation, setter injection also works when the setter method is private
D) Using setters promotes immutability
Correct Answer:

Verified
Correct Answer:
Verified
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
Q21: Which of the following statements is NOT
Q23: State which type of object the JdbcTemplate
Q24: Consider the following Spring Security configuration <security:http>
Q25: Which of the following statement(s) is/are true
Q26: Which of the following statements best describes
Q27: Select which of the following configuration tasks