Sr.Java Web Developer Question:

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

Tweet Share WhatsApp

Answer:

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.

Read All 64 Sr.Java Web Developer Questions
Previous QuestionNext Question
Tell us how to disable caching on back button of the browser?Tell me how do you differentiate between Core Java and Enterprise Java?