Classes Date DriverManager DriverPropertyInfo Time Types
Once the Sun Microsystem has released JDBC API, So many companies has provided the implementation of JDBC API. The implementation is called as Driver
Every JDBC Driver Vendor is responsible to provide the implementation to Driver Interface(A class based on Driver Interface). A class which provides the implementation of Driver interface is called as Driver class