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

Give an example for execution of sql statement.

0 Answers  


How to connect html page to database using jdbc?

0 Answers  


What are 4 drivers available in JDBC? At what situation are four of the drivers used?

0 Answers  


what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail

10 Answers   Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,


How can I use the JDBC API to access a desktop database like Microsoft Access over the network?

0 Answers  






How can we set null value in jdbc preparedstatement?

0 Answers  


What are the common tasks of JDBC?

0 Answers  


please tell me the name and url path for type-4 driver ?

1 Answers  


What is jdbc in dbms?

0 Answers  


How can I get information about foreign keys used in a table?

0 Answers  


What are types of jdbc drivers?

0 Answers  


Prepared statements are faster. Why?

0 Answers  


Categories