---
title: "What are the JDBC statements?"  
description: "What are the JDBC statements?"  
author: "Anonymous User"  
published: 2015-05-15  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2535/what-are-the-jdbc-statements  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are the JDBC statements?

There are 3 JDBC statements.

1. Statement
2. PreparedStatement
3. CallableStatement

## Answers

### Answer by Anonymous User

There are 3 JDBC statements.

1. Statement
2. PreparedStatement
3. CallableStatement


---

Original Source: https://www.mindstick.com/interview/2535/what-are-the-jdbc-statements

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
