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
What is an advantage of using the jdbc connection pool?
What is resultset in jdbc with example?
How can we store the file in the oracle database?
How do I set properties for a JDBC driver and where are the properties stored?
What are the differences between resultset and rowset?
What is thin driver in jdbc?
Give an example for getXXX method?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What is a jdbc driver and how many jdbc drivers are available?
What is the role of class.forname while loading drivers?
RowSetInternal caller and returns void. What can I do in the readData method?
What is the JDBC syntax for using a literal or variable in a standard Statement?
Explain some new features available in jdbc 4.0?
How do I receive a ResultSet from a stored procedure?
Give an example for execution of sql statement.