Answers

Question and Answer:

  Home  Sr.Java Web Developer

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

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.

 140 views

More Questions for you: