JDBC in Java
Introduction
JDBC stands for Java DataBase Connectivity
It is based on run time polymorphism
It is standard API for java apps to interact with database and perform operations ; API means pre-defined classes and interfaces in Java
We need to use D...
jdbc-in-java.hashnode.dev2 min read