STShaistha Tabassuminjdbc-in-java.hashnode.dev·Nov 23, 2025 · 2 min readJDBC in JavaIntroduction 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...00