write down exceptions those appear in java programs when u
write JDBC Programs?

Answers were Sorted based on User's Feedback



write down exceptions those appear in java programs when u write JDBC Programs?..

Answer / guest

Servlet Exception
IOException

Is This Answer Correct ?    2 Yes 2 No

write down exceptions those appear in java programs when u write JDBC Programs?..

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

Post New Answer

More JDBC Interview Questions

Write an sql to find all records having all numeric characters in a field ?

0 Answers  


What are the different types of lockings in jdbc?

0 Answers  


How can I create a custom RowSetMetaData object from scratch?

0 Answers  


What does the jdbc resultset interface?

0 Answers  


What is jdbc driver manager?

0 Answers  


How do I check in my code whether a maximum limit of database connections have been reached?

0 Answers  


What class.forname does, while loading the drivers?

0 Answers  


What is new in JDBC 2.0?

0 Answers  


What does jdbc setmaxrows method do?

0 Answers  


What is the difference between Union, Unionall ?

1 Answers  


Write a program JDBCcode forfetching student database with SQL.

0 Answers  


What is odbc jdbc?

0 Answers  


Categories