Sr.Java Web Developer Question:
Explain me what do you mean by batch processing in JDBC?

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.
Previous Question | Next 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? |