Question: What is the result of calling the map controller method using the following HTTP request?
- An InvalidRequestBodyException is thrown at runtime.
- A MissingPropertyException is thrown at runtime.
- The text "bnull" is returned in the response body.
- The text "a" is returned in th response body.
Answer: The correct answer of the above question is Option C:The text "bnull" is returned in the response body.