Home » JAVA Programming » Java Basic » Question
  1. Which of the following is method of JDBC batch process?
    1. removeBatch()
    2. setBatch()
    3. addBatch()
    4. deleteBatch()
    5. None of these
Correct Option: C

addBatch() is a method of JDBC batch process. It is faster in processing than executing one statement at a time.



Your comments will be displayed only after manual approval.