0 votes
in JAVA by

What is JDBC in Java?

1 Answer

0 votes
by

JDBC is a set of Java API for executing SQL statements. This API consists of a set of classes and interfaces to enable programs to write pure Java Database applications.

...