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 |
Write an sql to find all records having all numeric characters in a field ?
What are the different types of lockings in jdbc?
How can I create a custom RowSetMetaData object from scratch?
What does the jdbc resultset interface?
What is jdbc driver manager?
How do I check in my code whether a maximum limit of database connections have been reached?
What class.forname does, while loading the drivers?
What is new in JDBC 2.0?
What does jdbc setmaxrows method do?
What is the difference between Union, Unionall ?
Write a program JDBCcode forfetching student database with SQL.
What is odbc jdbc?