A)
->JDBC API is distributed into 2 packages.
1) java.sql
2) javax.sql
->in these 2 packages library java classes and interfaces are grouped.
->collection of these library java methods that belong to these classes and interfaces using which, JDBC applications perform. CRUD operations with database server is nothing but JDBC API
Comments
Post a Comment