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 |
What is the use of contextloaderlistner in spring mvc?
What is the better method of using jdbc in spring?
What are the features of spring?
What are advice, aspect, join-point and point cut in spring?
What is application context in spring mvc?
Is spring boot a microservice framework? : Spring Boot
What is the difference between a strut and a shock absorber?
Write the benefits of using ioc?
What is difference between entity and table?
What is jpa repository in spring boot? : Spring Boot
How to integrate spring with hibernate using annotations?
How can I manage transactions in spring?