MCQs > IT & Programming > Spring Framework > Which of the following is the right way to pass part of URL(user) as input to the request handler method?

Spring Framework MCQs

Which of the following is the right way to pass part of URL(user) as input to the request handler method?

Answer

Correct Answer: @RequestMapping("display/{user}") public String removeMember(@PathVariable("user") String user) {}

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