Tell me what are the JDBC API components?

Submitted by: Muhammad
The java.sql package contains interfaces and classes for JDBC API.

Interfaces:
☛ Connection
☛ Statement
☛ PreparedStatement
☛ ResultSet
☛ ResultSetMetaData
☛ DatabaseMetaData
☛ CallableStatement etc.

Classes:
☛ DriverManager
☛ Blob
☛ Clob
☛ Types
☛ SQLException etc.
Submitted by: Muhammad

Read Online Sr.Java Web Developer Job Interview Questions And Answers