What are common JDBC Exceptions?
Answers
Answered by
1
Exception handling allows you to handle exceptional conditions such as program-defined errors in a controlled fashion. ... JDBC Exception handling is very similar to the Java Exception handling but for JDBC, the most common exception you'll deal with is java.sql.SQLException. more you can see on this link
https://www.journaldev.com/2529/jdbc-interview-questions-and-answers
https://www.journaldev.com/2529/jdbc-interview-questions-and-answers
Similar questions