What is the latest version of JDBC? What new features are
added?
Answer Posted / 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 |
Post New Answer View All Answers
How to insert an image or raw data into database?
Is jdbc an api?
Explain the locking system in jdbc?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is DML?
Why we use jdbc instead of odbc?
What is jdbc odbc connection?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Why do we need jdbc driver?
Why prepared statements are faster?
Is uri the same as url?
What are restrictions on triggers?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
How to check jdbc driver version in sql server?
How many types of statements are there in jdbc?