How to handle when the database crashes while reading the
data from the database?

Answers were Sorted based on User's Feedback



How to handle when the database crashes while reading the data from the database?..

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 to handle when the database crashes while reading the data from the database?..

Answer / giridhar gangapatnam

I agree with Deepti Agrawal

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

How many types of jdbc drivers are there?

1 Answers  


What do you understand by jdbc datasource?

1 Answers  


What is odbc and jdbc in dbms?

1 Answers  


How can I get or redirect the log used by DriverManager and JDBC drivers?

1 Answers  


Where can I find info, frameworks and example source for writing a JDBC driver?

1 Answers  


Prepared statements are faster. Why?

1 Answers  


I have getting problem to calling stored procedure from Mysql through JSP. Please help me.

1 Answers  


State the three different ways in which you can create a table?

1 Answers  


What is batch processing and how to perform batch processing in jdbc?

1 Answers  


how can connection with oracle10g with java

3 Answers   IonIdea,


Is jdbc open source?

1 Answers  


Where is mysql jdbc driver located?

1 Answers  


Categories