Explain me what do you mean by batch processing in JDBC?

Submitted by: Muhammad
Batch processing helps you to group related SQL statements into a batch and execute them instead of executing a single query. By using batch processing technique in JDBC, you can execute multiple queries which makes the performance faster.
Submitted by: Muhammad

Read Online Sr.Java Web Developer Job Interview Questions And Answers