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
Is jdbc faster than odbc?
How to rollback a JDBC transaction?
What is db client?
What is two-phase commit in the database?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
How to use JDBC to connect Microsoft Access?
What is database deadlock ? How can we avoid them?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What does jdbc setmaxrows method do?
What do you mean by database connection pooling?
What is ojdbc14 jar?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What is execute in java?
How do I check in my code whether a maximum limit of database connections have been reached?
What is meant by jdbc?