News

JDBC has two main advantages. First, it is platform-independent because all Java programs run in a virtual computer which has been created in software on the host platform.
Responses returned to a Java program from a typical SQL query are usually in a tabular format. The JDBC API provides classes, such as the ResultSet and the PreparedStatement, which allows the tabular ...