Is jdbc an api?
No Answer is Posted For this Question
Be the First to Post Answer
What is JDBC and ODBC and what are the differences between them?
11 Answers Idbi Bank, Infosys, Infoview, TCS,
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 ?");
Why we use while rs next ())?
What do you understand by jdbc statements?
What are the 4 types of jdbc drivers?
Is jdbc secure?
What is Normalization?
4 Answers Accenture, Atos Origin,
How do I disallow NULL values in a table?
What is the difference between ojdbc6 and ojdbc7?
How do I know which jdbc driver to use?
What is the use of statement in jdbc?
How can we move the cursor in a scrollable result set?