Multiple choice Which of the following methods is present in the ResultSet interface in Java? wasNull() getTableName(int column) isCaseSensitive(int column) getColumnType(int column) getColumnName(int column) Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is the correct choice. wasNull() method is defined in the ResultSet interface.