S

Satya • 3.38K Points
Extraordinary

Q. Which HTTP method is commonly mapped using @GetMapping?

  • (A) GET
  • (B) POST
  • (C) PUT
  • (D) DELETE
  • Correct Answer - Option(A)
  • Views: 13
  • Filed under category Spring MVC
  • Hashtags:

Explanation by: Satya
@GetMapping is a specialized version of @RequestMapping used for HTTP GET requests.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.