write down exceptions those appear in java programs when u
write JDBC Programs?
Answer Posted / 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 View All Answers
Why do we need jdbc api?
What is jdbc dialect?
What are the jdbc statements?
What is drivermanager in java?
How can we disable a constraint ?
Is jdbc database independent?
Explain the locking system in jdbc?
Is jdbc a protocol?
Which database is used for java?
What is the meaning of batch updates?
What is jndi lookup?
How can I retrieve a String or other object type without creating a new object each time?
How many types of resultset are there in jdbc?
What is difference between statement and preparedstatement in jdbc?
Which interface is responsible for transaction management in jdbc?