What is an API?
Application Program interface
A set of routines, protocols and tools for building software applications.
JDBC is an API Which is used in java programming for interacting with database.
JDBC API Allows java programs to
- Make a connection with Database
- Creating SQL statements
- Execute SQL Statements
- Process and Send the resulting Records