Tell us about spring dao.



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

Post New Answer

More Spring Framework Interview Questions

What is the difference between yml and yaml?

1 Answers  


What is the default autowire in spring?

1 Answers  


What is a multipartresolver and when is it used?

1 Answers  


What is difference between @controller and @restcontroller in spring boot? : Spring Boot

1 Answers  


What is postconstruct?

1 Answers  


What is the use of @required annotation?

1 Answers  


What is @controller annotation in spring mvc?

1 Answers  


Are spring beans singleton?

1 Answers  


What is the use of spring core module?

1 Answers  


What is spring?

1 Answers  


What is an aspect?

1 Answers  


What are the types of advice?

1 Answers  


Categories