How to handle when the database crashes while reading the
data from the database?
Answers were Sorted based on User's Feedback
Answer / deepti agrawal
We write the JDBC code in the try & catch block. So if the
database crashes it will return some kind of exception
which can be handled through the code.
| Is This Answer Correct ? | 11 Yes | 0 No |
Why isn't the java.sql.DriverManager class being found?
Does JDBC support stored procedures?
Explain the locking system in jdbc & its types?
How to find the column count in resultset?
How is database middleware used to access legacy databases?
What is the return type of execute, executequery and executeupdate?
What is jdbc servlet?
If iam using JDBC API, do I also have to use ODBC?
How does jdbc connect to database?
How can you sort dates?
What are the standard isolation levels defined by JDBC?
What is the purpose of the jdbc resultset interface?