0 votes
in Spring by

Which module of Spring provides JDBC functionalities?

a) spring-core

b) spring-jdbc

c) spring-data

d) spring-orm

1 Answer

0 votes
by
b) spring-jdbc

Explanation:

The spring-jdbc module provides JDBC functionalities and simplifies database operations.
...