Multiple choice The _________ method executes a simple query and returns a single ResultSet object. executeUpdate() execute() executeQuery() none of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation executeQuery() method executes a simple query and returns a single ResultSet object.