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
Q43: Assuming a web application context name of
Q44: Which of the following statements is NOT
Q45: Which of the following statement(s) is/are true
Q46: Select which of the following is a
Q47: In what order will these events occur
Q49: Consider the following Spring Security configuration <security:http>
Q50: Which statement is NOT a characteristic of
Q51: Which of the following statements about Spring
Q52: Which statement is NOT true concerning Spring's
Q53: public class ClientServiceImpl implements ClientService { @Transactional(propagation=Propagation.REQUIRED)
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents