write down exceptions those appear in java programs when u
write JDBC Programs?
Answers were Sorted based on User's Feedback
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 |
What is jdbc odbc connection?
How to use JDBC to connect Microsoft Access?
What is jdbc connection string?
If I use the JDBC API, do I have to use ODBC underneath?
What is the use of getGeneratedKeys() method in Statement?
Why do we use jdbc statements?
what is rowset?
What is jdbc and why is it required?
PreparedStatement is a pre compiled statement but where it's pre compiled ?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
How the JDBC application works?
How do I check in my code whether a maximum limit of database connections have been reached?