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
How are jdbc statements used?
Is uri the same as url?
Is jdbc database independent?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What are the standard isolation levels defined by JDBC?
How data can be inserted into long row column of database?
What is jdbc driver in java?
What is the use of dialect?
How many jdbc driver types are there?
What is the most common example type 1 driver?
Which package is used for jdbc application?
What is the full form of jdbc and what is its purpose?
Is possible to open a connection to a database with exclusive mode with JDBC?
What is url in jdbc connection?
Can I get a null resultset?