Multiple Choice
Consider that all Spring beans have been declared within a package called "com.springsource.service". To enable component scanning one must do the following:
A) Nothing (component scanning is enabled by default)
B) Add <context:annotation-config/> to your XML configuration
C) Add <context:component-scan base-package="com.springsource.service"/> to your XML configuration
D) Remove all other bean definitions from the XML configuration
Correct Answer:

Verified
Correct Answer:
Verified
Q36: Using Spring AOP, which of the following
Q37: What is the primary purpose of bean
Q38: @Transactional(timeout=60) public class ClientServiceImpl implements ClientService {
Q39: Which statement is NOT a characteristic of
Q40: Which of the following statements best describes
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
Q46: Which of the following statements about the