What is spring dto?
Answer / Farheen Fatima
In Spring Framework, DTO (Data Transfer Object) is an object used to transfer data between the presentation layer and the business/data access layer. It encapsulates the data in a format that's easy to use while minimizing the complexity of business logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are spring boot starter projects? : Spring Boot
Is jwt an oauth?
What is delegatingvariableresolver?
What is spring’s ioc container?
What is ioc principle?
What is stateful bean in spring?
What is the front controller class of spring mvc?
How to create an applicationcontext in a java program?
What is rest api in spring boot? : Spring Boot
What does entitymanager merge do?
What is spring architecture?
What is transaction management in spring? Explain the different types of transaction management.