What is JDBC API and when do we use it?
No Answer is Posted For this Question
Be the First to Post Answer
How we can you use preparedstatement.
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Explain the steps in writing a java program using jdbc?
What are the differences between execute, executequery, and executeupdate?
What is JDBC API and when do we use it?
What is JDBC RowSet? What are different types of RowSet?
How can we retrieve the file in the oracle database?
Explain the necessary steps to connect to the database in java?
Which interface handles transaction management in jdbc?
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?................
Name different methods for getting streams.
What is statement and preparedstatement in java?