What is the latest version of JDBC? What new features are
added?
Answers were Sorted based on User's Feedback
Answer / v
visit this link
http://www.roseindia.net/jdbc/jdbc-api.shtml
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / rajj
The Java Database Connectivity (JDBC) 3.0 specification
builds on an already solid foundation by adding several new
features that address a number of areas of missing
functionality.
| Is This Answer Correct ? | 3 Yes | 3 No |
Which is best database for java?
Is jdbc open source?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What does the jdbc driver interface do?
What is JDBC Transaction Management and why do we need it?
How to get the Database server details in java program?
What is represented by the connection object?
What is the full form of jdbc?
Is jdbc database independent?
What packages are used by jdbc?
Which type of driver provides jdbc access via one or more odbc drivers?
Where can I find info, frameworks and example source for writing a JDBC driver?