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 addbatch jdbc?
Why is jdbc needed?
How can we store and retrieve images from the database?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What do you understand by jdbc datasource?
Explain how to make updates to the updatable resultsets.
Which is better jpa or jdbc?
What is executeupdate in java?
What is jdbc odbc in java?
How can you retrieve data from the resultset using jdbc?
What are the jdbc api components?
What is the full form of jdbc?
How many packages are available in jdbc api?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What does executeupdate return in java?