Multiple choice Which of the following methods is not defined in the ResultSet interface in Java? cancelRowUpdates() deleteRow() clearWarnings() deleteColumn() absolute(int row) Reveal answer Fill a bubble to check yourself D Correct answer Explanation This is the correct option because there is no method named deleteColumn() defined in ResultSet interface.