Defining and Creating The Layout of JDBC API
Defining and Creating The Layout of JDBC API
What is JDBC?
JDBC stands for Java Database Connectivity. JDBC is a Java API to connect and execute the
query with the database. It is a part of JavaSE (Java Standard Edition). JDBC API uses JDBC
drivers to connect with the database. There are four types of JDBC drivers:
III. Applying JDBC Row Set Provider, Row Set Factory, and Row Set interfaces
IV. Creating and using Prepared Statement and Callable Statement objects