0
682views
written 3.0 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 …