Kizspy | Question: 21 (Choose 1 answer)
What is the role of the Connection interface in JDBC when managing database operations in a Java web application?
A. To represent the result set of a SQL query.
B. To encapsulate a connection to the database.
C. To define the structure of a database table.
D. To handle HTTP requests and responses.