linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

What is the purpose of the @ResponseBody annotation?

To validate the char array contained in a response to ensure that it is a valid character encoding
To generate a local byte stream from the body of a response that allows a request to be scanned for security risks
To indicate whether a handler method return value should be bound to the web response body in servlet environments
To ensure a ThreadLocal byte stream that allows a response to be encoded for reading directly into a socket stream

Answer:
To indicate whether a handler method return value should be bound to the web response body in servlet environments

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