What is dao and dto in spring?
Answer / Arpita Gupta
In Spring, DAO (Data Access Object) is a class responsible for performing database operations, while DTO (Data Transfer Object) is used to transfer data between different layers or components. DTOs often don't have any business logic and are simple Java objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the scope of spring beans?
What is spring rest?
What is spring mvc used for?
What is the function of annotation @requestbody?
What is spring stereotype annotations?
What is a framework? Explain the spring framework.
What is a dependency code?
What is root context?
What is the benefit of dependency injection?
Does spring perform weaving at compile time?
What are spring beans?
What are the modules of spring framework?