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

What are four types of JDBC driver?

0 Answers  


What does the jdbc resultset interface?

0 Answers  


What is a jdbctemplate?

0 Answers  


What is meant by a ResultSet?

3 Answers  


What is the use of the statement in jdbc?

0 Answers  






What are the methods which can verify the cursor particular position?

0 Answers  


all Java qts are imp ?

1 Answers   eBay,


what is meant by connection pooling?

4 Answers  


What is jdbc resultsetmetadata interface?

0 Answers  


Why did my jdbc code throw a rollback sqlexception?

0 Answers  


Does jdbc use odbc?

0 Answers  


How can I get information about foreign keys used in a table?

0 Answers  


Categories