What is a model in spring boot? : Spring Boot



What is a model in spring boot? : Spring Boot..

Answer / Rajnikant Dhurve

A Model in Spring Boot represents a data transfer object. It encapsulates data returned from a database or web service, and it is typically used to transport data between the controller (which handles HTTP requests) and the view (which displays the data).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is the use of contextloaderlistner in spring mvc?

1 Answers  


What is the better method of using jdbc in spring?

1 Answers  


What are the features of spring?

1 Answers  


What are advice, aspect, join-point and point cut in spring?

1 Answers  


What is application context in spring mvc?

1 Answers  


Is spring boot a microservice framework? : Spring Boot

1 Answers  


What is the difference between a strut and a shock absorber?

1 Answers  


Write the benefits of using ioc?

1 Answers  


What is difference between entity and table?

1 Answers  


What is jpa repository in spring boot? : Spring Boot

1 Answers  


How to integrate spring with hibernate using annotations?

1 Answers  


How can I manage transactions in spring?

1 Answers  


Categories