Computer Science, asked by anutwins2626, 10 months ago

execute batch()method
in the above what is the return type value

Answers

Answered by anuham97
1

Answer:

int[]

Explanation:

The executeBatch() returns an array of integers, and each element of the array represents the update count for the respective update statement.

Similar questions