Tell us about spring dao.
Answer / Kamar Alam
Spring DAO (Data Access Object) is an interface or a layer that abstracts the data access logic in a Java application. In Spring Framework, Spring provides JdbcTemplate to simplify the DAO implementation and handle database operations like querying and updating records.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between yml and yaml?
What is the default autowire in spring?
What is a multipartresolver and when is it used?
What is difference between @controller and @restcontroller in spring boot? : Spring Boot
What is postconstruct?
What is the use of @required annotation?
What is @controller annotation in spring mvc?
Are spring beans singleton?
What is the use of spring core module?
What is spring?
What is an aspect?
What are the types of advice?