What is spring responseentity?



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

Post New Answer

More Spring Framework Interview Questions

What are the different types of advice?

1 Answers  


Explain the use of spring container.

1 Answers  


Why should I use spring?

1 Answers  


What are the features of the new spring build system in use now days?

1 Answers  


What is pointcut?

1 Answers  


What is difference between pojo and bean?

1 Answers  


How struts application can be integrated with spring?

1 Answers  


How to integrate spring and hibernate frameworks?

1 Answers  


What is webapplicationcontext in spring?

1 Answers  


What is the importance of spring bean configuration file?

1 Answers  


What is @controller in spring?

1 Answers  


What is application context in spring?

1 Answers  


Categories