---
title: "What does the JDBC Connection interface?"  
description: "What does the JDBC Connection interface?"  
author: "Anonymous User"  
published: 2015-05-18  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2544/what-does-the-jdbc-connection-interface  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What does the JDBC Connection interface?

The **Connection interface** maintains a session with the database. It can be used for transaction management. It provides factory methods that returns the instance of Statement, PreparedStatement, CallableStatement and DatabaseMetaData.

## Answers

### Answer by Anonymous User

The **Connection interface** maintains a session with the database. It can be used for transaction management. It provides factory methods that returns the instance of Statement, PreparedStatement, CallableStatement and DatabaseMetaData.


---

Original Source: https://www.mindstick.com/interview/2544/what-does-the-jdbc-connection-interface

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
