JAVA JDBC Programming Question: Download JDBC PDF

What packages are used by JDBC?

Tweet Share WhatsApp

Answer:

There are 8 packages: java.sql.Driver, Connection,Statement, PreparedStatement, CallableStatement, ResultSet, ResultSetMetaData, DatabaseMetaData.

Download JDBC PDF Read All 19 JDBC Questions
Previous QuestionNext Question
What are the common tasks of JDBC?What are the flow statements of JDBC?