Jul
4th
Author: admin |
Files under Charaterstics of JDBC
Characterstics of JDBC
It’s a call-level SQL interface for java
It doesn’t restrict the type of queries passed to an underlying DBMS driver.
JDBC mechanisms are simple to understand and use
It provides a java interface that stays consistent […]