Correct Answer: Annotate a controller method with @RequestMapping, or a HTTP verb-specific annotation with a String URI pattern parameter (and other params as needed), which is supported through a RequestMappingHandlerMapping/Adapter.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Spring Framework MCQ Questions