Google News
logo
JDBC - Interview Questions
What's The JDBC 3.0 Api?
The JDBC 3.0 API  It contains many features, including scrollable result sets and the SQL:1999 data types.
 
JDBC (Java Database Connectivity) is the standard for communication between a Java application and a relational database. The JDBC API is released in two versions; JDBC version 1.22 (released with JDK 1.1.X in package java.sql) and version 2.0 (released with Java platform 2 in packages java.sql and javax.sql). It is a simple and powerful largely database-independent way of extracting and inserting data to or from any database.
Advertisement