what is the current version of JDBC? and explain its
features?
Answer Posted / naresh katakam
JDBC 6.0
features:
No need for Class.forName("DriverName")
The three most important features of Driver and Connection
Management in JDBC are described below with some new
features and enhancements.
1. Getting Connected Becomes Easier
Using ResultSet Becomes More Flexible
More APIs Become Available:
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
How to set NULL values in JDBC PreparedStatement?
How can you make a connection?
What is jdbc template?
What is setautocommit in jdbc?
Which type of driver is unique in jdbc?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
Is jdbc database independent?
Why should we close database connections in java?
What is xe in oracle jdbc url?
Can resultset be null in java?
What is connection commit?
What is drivermanager in java?
Is not bound in this context unable to find jdbc spring boot?
What is jdbc in dbms?