write down exceptions those appear in java programs when u
write JDBC Programs?

Answers were Sorted based on User's Feedback



write down exceptions those appear in java programs when u write JDBC Programs?..

Answer / guest

Servlet Exception
IOException

Is This Answer Correct ?    2 Yes 2 No

write down exceptions those appear in java programs when u write JDBC Programs?..

Answer / vivek sawant

answer of the question Interrupted exception bcoz of
connection with servrer & IOException for handling an
errors while retriving the value from server to our program.
SQLException is arises because of unhandled query.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is jdbc odbc connection?

0 Answers  


How to use JDBC to connect Microsoft Access?

0 Answers  


What is jdbc connection string?

0 Answers  


If I use the JDBC API, do I have to use ODBC underneath?

0 Answers  


What is the use of getGeneratedKeys() method in Statement?

0 Answers  


Why do we use jdbc statements?

0 Answers  


what is rowset?

3 Answers   Marlabs,


What is jdbc and why is it required?

0 Answers  


PreparedStatement is a pre compiled statement but where it's pre compiled ?

4 Answers  


What are 4 drivers available in JDBC? At what situation are four of the drivers used?

0 Answers  


How the JDBC application works?

0 Answers  


How do I check in my code whether a maximum limit of database connections have been reached?

0 Answers  


Categories