Home »
MCQs »
Spring MCQs
What are the responsibilities of JdbcTemplate class?
42. What are the responsibilities of JdbcTemplate class?
- Takes care of resource generation
- We can carry out all database operations.
- Handles the exception and displays useful error messages
- All of the above
Answer: D) All of the above
Explanation:
Following are the responsibilities of Jdbctemplate class:
- Takes care of resource generation
- We can carry out all database operations.
- Handles the exception and displays useful error messages