0
825views
| written 3.7 years ago by |
JDBC is Java Database Connectivity an API to connect to any database through Java program.
It has mainly following class structure:

Driver Manager:
Connection:
This class has methods and properties to …