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 the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
How do I insert an image file (or other raw data) into a database?
What is jdbc template?
What is jdbc and explain jdbc architecture?
What is the function of drivermanager class?
What is the purpose of jdbc?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
How can you load the drivers?
Explain creation of statement object with connection method create method with help of an example.
What is JDBC Batch Processing and what are it’s benefits?
What is layer in communication?
How to check jdbc driver version in websphere?
What is execute in java?
How the JDBC application works?
How do I start debugging problems related to the JDBC API?