what is the current version of JDBC? and explain its
features?
Answer Posted / koundinya_1993
JDBC 4.0,
Some of the new set of features which come along with
Mustang is JDBC 4.0 are:
No need for Class.forName("DriverName")
Changes in Connection and Statement Interface
Better Pools
Using ResultSet Becomes More Flexible
More APIs Become Available
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is phantom read and which isolation level prevents it?
What are restrictions on triggers?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
How to check jdbc driver version in websphere?
Which is best database for java?
What is metadata in jdbc?
What is meant by jdbc and odbc?
Why would you use setautocommit(false) in jdbc?
Explain about DSN?
What is Apache DBCP API?
What are the considerations for deciding on transaction boundaries?
How does a file store compare with a jdbc store?
Explain the process of creating tables using NetBeans IDE?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What types of DataSource objects are specified in the Optional Package?