Q. Which method returns the request body?
β
Correct Answer: (B)
body()
Explanation: body() returns the RequestBody object.
Explanation: body() returns the RequestBody object.