execute batch()method
in the above what is the return type value
Answers
Answered by
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