1.

Which of the following is method of JDBC batch process?(a) setBatch()(b) deleteBatch()(c) removeBatch()(d) addBatch()I got this question in quiz.Enquiry is from JDBC topic in division Java Beans & JDBC of Java

Answer»

The correct answer is (d) addBatch()

To explain: addBatch() is a METHOD of JDBC batch process. It is faster in PROCESSING than executing one statement at a TIME.



Discussion

No Comment Found

Related InterviewSolutions