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.

Types of JDBC drivers in Java with examples

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

What is a JDBC driver? A JDBC driver implements (provides code) the interfaces in the JDBC API. This enables a Java program to send SQL queries to a DBMS and receive back the results.   The java.sql package that comes along with JDK, contains various classes which specify the behavior. The actual code implementing that […]

Read the rest of this entry »