---
title: "What is batch processing and how to perform batch processing in JDBC?"  
description: "What is batch processing and how to perform batch processing in JDBC?"  
author: "Anonymous User"  
published: 2015-05-19  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2551/what-is-batch-processing-and-how-to-perform-batch-processing-in-jdbc  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is batch processing and how to perform batch processing in JDBC?

By using batch processing technique in JDBC, we can execute multiple queries. It makes the performance fast.

## Answers

### Answer by Anonymous User

By using batch processing technique in JDBC, we can execute multiple queries. It makes the performance fast.


---

Original Source: https://www.mindstick.com/interview/2551/what-is-batch-processing-and-how-to-perform-batch-processing-in-jdbc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
