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
Is uri the same as url?
What does jdbc stand for?
Is jdbc a protocol?
What are the differences between execute, executequery, and executeupdate?
What is the meaning of connection?
How many types of statements are there in jdbc?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What is execute in java?
How do I load a database driver with JDBC 4.0 / Java 6?
Why do you use a data source object for a connection?
How do you determine the sensitivity of the ResultSet object?
Give an example of code used for setting up connection with a driver.
What is difference between statement and preparedstatement in jdbc?
What does jdbc do?
Explain some new features available in jdbc 4.0?