1. What is the purpose of using @RequestMapping with the "Consumes" attribute in Spring MVC? | ![]() |
2. How does the "Consumes" attribute work in @RequestMapping? | ![]() |
3. Can we use multiple media types with the "Consumes" attribute in @RequestMapping? | ![]() |
4. What happens if the request's content type does not match any of the media types specified in the "Consumes" attribute? | ![]() |
5. Is the "Consumes" attribute mandatory in @RequestMapping? | ![]() |