Lets start with introductory portion.
- Jdbc Java database connectivity is used to connect Java application with database.
- jdbc is an API used to communicate Java application two database in database Independent and platform independent manner.
- it provides classes any two faces to connect or communicate Java application which database.
- jdbc is the standard method accessing databases from Java application.
- jdbc just specification from Sun Microsystem that provides a standard API for Java application to communicate with different database.
- jdbc is a platform independent interface between relational database and Java applications.
lets see the pictorial view below.