Sr.Java Web Developer Question: Download Sr.Java Web Developer PDF

Tell me what are the JDBC API components?

Tweet Share WhatsApp

Answer:

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.

Download Sr.Java Web Developer PDF Read All 64 Sr.Java Web Developer Questions
Previous QuestionNext Question
Explain me what is the life-cycle of a servlet?What is executeUpdate(String query)?