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 |
Why should we use spring?
Why do we need spring aop?
What is mockito in junit?
How you will decide when to use prototype scope and when singleton scope bean?
What is spring listener?
What is the use of beanpostprocessor in spring?
Why do we need autowiring in spring?
What is an application context?
What is the use of @repository?
What is base package in spring?
What is difference between singleton and prototype bean?
What is mvc in swing?