Multiple choice Which of the following methods is not present in the Statement interface in Java? getWarnings() getResultSet() getStatement() getResultSetType() isClosed() Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the correct choice. getstatement() method is not defined in the Statement interface.