What is spring responseentity?
Answer / Vikas Kumar Rao
ResponseEntity in Spring MVC is a class that represents the HTTP response, including headers, status code, and body. It can be used to create custom responses or handle exceptions. You can return an instance of ResponseEntity in your controller methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of advice?
Explain the use of spring container.
Why should I use spring?
What are the features of the new spring build system in use now days?
What is pointcut?
What is difference between pojo and bean?
How struts application can be integrated with spring?
How to integrate spring and hibernate frameworks?
What is webapplicationcontext in spring?
What is the importance of spring bean configuration file?
What is @controller in spring?
What is application context in spring?