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

Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.

3 Answers   Huawei,


what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?

2 Answers  


How a database driver can be loaded with jdbc 4.0 / java 6?

0 Answers  


What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................

6 Answers   TCS,


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,






What are the different types of 2 tier and 3 tier architecture ?

2 Answers   Honeywell,


If iam using JDBC API, do I also have to use ODBC?

1 Answers  


What is the full form of jdbc?

0 Answers  


How to set NULL values in JDBC PreparedStatement?

0 Answers  


how can we get the metaData (columnNames) from a table which has no Records..

2 Answers  


If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?

0 Answers  


How many categories of jdbc drivers are there?

0 Answers  


Categories