---
title: "What is JDBC ?"  
description: "What is JDBC ?"  
author: "Anonymous User"  
published: 2015-07-16  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2707/what-is-jdbc  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is JDBC ?

Java Database Connectivity is a technique of connect java front end to back end database and allowing the retrieval and manipulation of data in the database using java.

## Answers

### Answer by Anonymous User

Java Database Connectivity is a technique of connect java front end to back end database and allowing the retrieval and manipulation of data in the database using java.


---

Original Source: https://www.mindstick.com/interview/2707/what-is-jdbc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
