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 a rollback in jdbc?
What are the considerations for deciding on transaction boundaries?
How to use JDBC to connect Microsoft Access?
When do we get java.sql.SQLException: No suitable driver found?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is sqlwarning and discuss the procedure of retrieving warnings?
How will you perform truncation using JDBC?
What is benefit of using preparedstatement in java?
Does jdbctemplate use prepared statements?
What is phantom read and which isolation level prevents it?
What does jdbc stand for?
What is jdbc and jdbc drivers?
How does a custom RowSetReader get called from a CachedRowSet?
What is the return type of class.forname() method?