Advertise Here

 

Jul
4th

JDBC

Author: admin | Files under JDBC

JDBC stands for Java Database Connectivity. It’s a set of Java API (application program interface) and is used for executing SQL statements. This API consists of a set of classes and interfaces to enable programmers to write pure Java Database applications.
JDBC is a software layer that allows developers to write real client-server projects in java. […]