Why do we need jdbc api?
No Answer is Posted For this Question
Be the First to Post Answer
What is the role of jdbc drivermanager class?
What are the different types of drivers under jdbc?
How can you load the drivers?
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 ?");
What are jdbc and its components?
Why would you use setautocommit(false) in jdbc?
what is the difference between SENSITIVE and INSENSITIVE?
Is jdbc an api?
How can I determine where a given table is referenced via foreign keys?
How can we disable a constraint ?
What is connection commit?
What is db client?