Why do we need jdbc api?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

What is the role of jdbc drivermanager class?

0 Answers  


What are the different types of drivers under jdbc?

0 Answers  


How can you load the drivers?

0 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


What are jdbc and its components?

0 Answers  






Why would you use setautocommit(false) in jdbc?

0 Answers  


what is the difference between SENSITIVE and INSENSITIVE?

1 Answers  


Is jdbc an api?

0 Answers  


How can I determine where a given table is referenced via foreign keys?

0 Answers  


How can we disable a constraint ?

0 Answers  


What is connection commit?

0 Answers  


What is db client?

0 Answers  


Categories