linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which one of the following is not TRUE about Spring MVC and Ajax

The controller handles the request and the response data will be formatted and sent to browser.
@ResponseBody annotation instruct spring to serialize the returned object to a specific format.
In a Ajax call, a XMLHttpRequest is prepared and submitted to the server.
In order for view to be updated properly.The format of the data has to be in JSON

Answer:
In order for view to be updated properly.The format of the data has to be in JSON

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