Question:Which of the following methods can be used for reporting a warning on a Connection object, Statement object & ResultSet object?
A getWarnings() B getWarned() C getWarning() D getError() E getErrors()
+ AnswerA
+ Report