A. You must catch the checked SQLException which is thrown by the method which executes the statement
B. You must catch the unchecked SQLWarningException which is thrown by the method
which executes the statement
C. You must invoke the getWarnings() method on the Statement object (or a sub interface thereof)
D. You must query the ResultSet object about possible warnings generated by the database
B. You must catch the unchecked SQLWarningException which is thrown by the method
which executes the statement
C. You must invoke the getWarnings() method on the Statement object (or a sub interface thereof)
D. You must query the ResultSet object about possible warnings generated by the database
No comments:
Post a Comment