MCQs > IT & Programming > Spring Framework > How might you map an incoming request to a controller method?

Spring Framework MCQs

How might you map an incoming request to a controller method?

Answer

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

Spring Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Spring Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it