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 |
What are temp tables ?
How we say that PreparedStatment is Precompiled? where it will be compiled?
How you restrict a user to cut and paste from the html page using java programing?
What does executeupdate return in jdbc?
How can you make the connection using jdbc?
What is jdbc thin client?
What are the exceptions in jdbc?
What is sqlwarning?
How does a custom RowSetReader get called from a CachedRowSet?
How to rollback a JDBC transaction?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
Differentiate between a statement and a preparedstatement.