Java Spring Framework Question:
Download Job Interview Questions and Answers PDF
What is JDBC abstraction and DAO module?
Answer:
Using this module we can keep up the database code clean and simple, and prevent problems that result from a failure to close database resources. A new layer of meaningful exceptions on top of the error messages given by several database servers is bought in this module. In addition, this module uses Spring’s AOP module to provide transaction management services for objects in a Spring application.
Download Spring Framework Interview Questions And Answers
PDF
Previous Question | Next Question |
What is AOP module? | What are object/relational mapping integration module? |