Explain about the spring dao support



Explain about the spring dao support..

Answer / Kiran Saini

Spring Framework provides Data Access Object (DAO) support through its integrated data access abstraction layer, which simplifies database operations. Spring DAO allows for easy integration of various databases into your application by encapsulating JDBC interactions and providing a consistent API for database operations like querying, updating, and saving.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Why should we use spring?

1 Answers  


Why do we need spring aop?

1 Answers  


What is mockito in junit?

1 Answers  


How you will decide when to use prototype scope and when singleton scope bean?

1 Answers  


What is spring listener?

1 Answers  


What is the use of beanpostprocessor in spring?

1 Answers  


Why do we need autowiring in spring?

1 Answers  


What is an application context?

1 Answers  


What is the use of @repository?

1 Answers  


What is base package in spring?

1 Answers  


What is difference between singleton and prototype bean?

1 Answers  


What is mvc in swing?

1 Answers  


Categories