0 votes
in Spring by

What does JdbcTemplate in Spring JDBC help with?

a) ORM Mapping

b) Managing transactions

c) Reducing boilerplate JDBC code

d) Object Relational Mapping with Hibernate

Click to View Answer and Explanation

1 Answer

0 votes
by
c) Reducing boilerplate JDBC code

Explanation:

JdbcTemplate is a core class in Spring JDBC that helps reduce the repetitive code associated with JDBC operations.
...