Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Which of the following statement is false regarding the exceptions in JDBC
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.
Explanation: warning does not stop the execution of the program.
Related Answered Questions
Related Open Questions