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 jndi lookup?
What are common JDBC Exceptions?
How many categories of jdbc drivers are there?
What do you understand by jdbc statements?
What is represented by the connection object?
What is difference between java.util.Date and java.sql.Date?
Why did my jdbc code throw a rollback sqlexception?
What is odbc and jdbc drivers?
What is jdbc and jpa?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is jdbc driver in java?
What is jdbc connection interface?
How do I find jdbc version?
What is ojvm used for?
How to set NULL values in JDBC PreparedStatement?