Multiple Choice
Select which of the following configuration tasks would be implemented using Spring's XML "context" namespace (select one or several answers)
A) Enabling component-scanning
B) Enabling the use of the @Transactional annotation
C) Enabling the use of the @Required, @PreDestroy and @PostConstruct annotations
D) Enabling the use of the @Around annotation
Correct Answer:

Verified
Correct Answer:
Verified
Q22: 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
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
Q32: Which of the following statements is NOT