Java DataBase Connectivity (JDBC)

JDBC (Java DataBase Connectivity) defines interfaces and classes for database connections. The java.sql package contains classes and interfaces of the JDBC interface. But why do we need DataBase connectivity in our applications? Suppose you need to create an application to manage the billing of a shop. Your application runs fine throughout the day, but at … Read more