0 votes
in Spring by

To perform named parameter JDBC operations, which template class would you use in Spring?

a) JdbcTemplate

b) NamedParameterJdbcTemplate

c) SimpleJdbcTemplate

d) ParameterizedJdbcTemplate

1 Answer

0 votes
by
b) NamedParameterJdbcTemplate

Explanation:

The NamedParameterJdbcTemplate class provides functionalities for named parameter JDBC operations.
...