What is the latest version of JDBC? What new features are
added?
Answer Posted / v
4
| Is This Answer Correct ? | 39 Yes | 5 No |
Post New Answer View All Answers
What are the basic exceptions in jdbc?
Which is best database for java?
Is jdbc part of j2ee?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What are the conditions applies to varchar variable, when using in procedures?
RowSetInternal caller and returns void. What can I do in the readData method?
Is odbc an api?
Is jdbc object oriented?
What is the difference between executing, executequery, executeupdate in jdbc?
What is jdbc driver?
What are the different types of JDBC drivers?
Explain the various types of locking system in jdbc?
What is db client?
What are the types of statements in jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();