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
What is executequery in java?
What is a java driver?
What is transaction processing in jdbc?
Does jdbctemplate close connection?
Is java a database?
What is layer in communication?
What causes the "No suitable driver" error?
What are the factors that the jdbc driver performance depends upon?
Why is jdbc needed?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
Explain the two tier and three tier architecture of jdbc.
Is jdbc connection secure?
What are clob and blob data types in jdbc?
How can I retrieve a String or other object type without creating a new object each time?