https://quizack.com/spring-framework/mcq/which-of-the-following-is-the-right-way-to-pass-part-of-url-user-as-input-to-the-request-handler-method
Answer:
@RequestMapping("display/{user}") public String removeMember(@PathVariable("user") String user) {}
Note: This Question is unanswered, help us to find answer for this one
More Spring Framework MCQ Questions