Saturday, May 22, 2010

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.


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?
b)





SQLWarnings do not stop the execution of an application, they are simply collected and can be retrieved via the mentioned getWarning() methods.


No comments:

Post a Comment