---
title: "What do you mean by batch processing in JDBC?"  
description: "What do you mean by batch processing in JDBC?"  
author: "ramesh kumar"  
published: 2017-12-18  
canonical: https://answers.mindstick.com/qa/31804/what-do-you-mean-by-batch-processing-in-jdbc  
category: "technology"  
tags: ["jdbc"]  
reading_time: 1 minute  

---

# What do you mean by batch processing in JDBC?

What do you [mean](https://www.mindstick.com/forum/161423/how-does-angular-handle-dependency-injection-and-why-is-it-important-in-a-mean-application) by [batch](https://www.mindstick.com/forum/157604/explain-the-features-of-the-batch-operating-system-also-describe-the-pros-and-cons) [processing](https://www.mindstick.com/blog/254/background-processing-in-android) in [JDBC](https://www.mindstick.com/articles/1799/simple-registration-form-using-java-swing)?

## Answers

### Answer by Hemant Patel

Batch processing allows you to group related SQL statements into a batch and submit them with one call to the database. When you use batch processing technique in JDBC, you can execute multiple queries which makes the performance faster.


---

Original Source: https://answers.mindstick.com/qa/31804/what-do-you-mean-by-batch-processing-in-jdbc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
