Invoking executeBatch() returns ________.
◦ an int value indicating how many rows are effected by the batch execution.
◦ a ResultSet
◦ an array of counts, each of which counts the number of the rows affected by the SQL command.
◦ an int value indicating how many SQL statements in the batch have been executed successfully.