Multiple Choice
Which of the following is NOT true about the @RequestMapping annotation? (select one)
A) It is an annotation for mapping web requests to controller methods.
B) It is commonly used for component scanning purpose.
C) You can use it only with @Controller annotated classes.
Correct Answer:

Verified
Correct Answer:
Verified
Q26: Which of the following statements best describes
Q27: Select which of the following configuration tasks
Q28: Two beans of type MyBean are defined
Q29: Which of the following statements defines an
Q30: Given an ApplicationContext containing multiple bean definitions
Q32: Which of the following statements is NOT
Q33: Identify the correct statement(s) regarding the following
Q34: public class ClientServiceImpl implements ClientService { @Transactional(propagation=Propagation.REQUIRED)
Q35: Which of the following statements about Spring
Q36: Using Spring AOP, which of the following