a)SQLWarning objects are a subclass of SQLException that deal with database access warnings.
b)Warnings stop the execution of an application, as exceptions do; they simply alert the user that something did not happen as planned.
c)Connection object has a getWarning() method in it.
d)Statement and ResultSet objects have getWarning() methods in it.
Which of the following statement is false regarding the exceptions in JDBC?
a)SQLWarning objects are a subclass of SQLException that deal with database access warnings.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment