What is the latest version of JDBC? What new features are
added?
Answer Posted / v
visit this link
http://www.roseindia.net/jdbc/jdbc-api.shtml
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Is jdbc database independent?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
Why resultset is used in java?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What is jdbc connection string?
Where can I find info, frameworks and example source for writing a JDBC driver?
Give steps to connect to the db using jdbc?
What do you understand by jdbc statements?
How can you make a connection?
Is there another way of dealing with the result set that could execute faster?
Under what circumstances, that all four drivers are used?
What is the use of jdbc api?
What is the difference between jdbc and odbc?
Why should we close database connections in java?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?