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 |
How many types of jdbc drivers are there?
What do you understand by jdbc datasource?
What is odbc and jdbc in dbms?
How can I get or redirect the log used by DriverManager and JDBC drivers?
Where can I find info, frameworks and example source for writing a JDBC driver?
Prepared statements are faster. Why?
I have getting problem to calling stored procedure from Mysql through JSP. Please help me.
State the three different ways in which you can create a table?
What is batch processing and how to perform batch processing in jdbc?
how can connection with oracle10g with java
Is jdbc open source?
Where is mysql jdbc driver located?