Core java tutorial for beginners
A tutorial blog which explains different core concepts related to Java along with programming examples
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
Java Programming » JDBC » Page 2

Types of JDBC drivers in Java with examples

Suryateja Pericherla Categories: JDBC. No Comments on Types of JDBC drivers in Java with examples

What is a JDBC driver? This enables a Java program to send SQL queries to a DBMS and receive back the results.   This article is a part of our core java tutorial for beginners.     The actual code implementing that behavior is provided by the DBMS vendors. The DBMS vendors provide third-party drivers which […]

Read the rest of this entry »

Introduction to JDBC

Suryateja Pericherla Categories: JDBC. No Comments on Introduction to JDBC

What is JDBC? It provides database independent connectivity between the Java program and the database.   This article is a part of our core java tutorial for beginners.   The JDBC API consists of different classes and interfaces to perform the following tasks: Establish a connection to the database Creating SQL statements Executing SQL statements Displaying […]

Read the rest of this entry »
Facebook
Twitter
Pinterest
Youtube
Instagram