What are the responsibilities of JdbcTemplate class?

42. What are the responsibilities of JdbcTemplate class?

  1. Takes care of resource generation
  2. We can carry out all database operations.
  3. Handles the exception and displays useful error messages
  4. 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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.