linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which of the following is an INVALID @RequestMapping declaration?

@RequestMapping(method = RequestMethod.POST)
@RequestMapping(request = RequestMethod.GET)
@RequestMapping(value = { "/" }, headers = "Accept=text/html")
@RequestMapping(method = RequestMethod.GET)

Answer:
@RequestMapping(request = RequestMethod.GET)

Note: This Question is unanswered, help us to find answer for this one