InterviewSolution
Saved Bookmarks
| 1. |
Which package comprises of the core JDBC API?(a) java.sql(b) java.database(c) sql.java(d) java.relation |
|
Answer» Right choice is (a) java.sql For explanation: The java.sql package comprises of the core JDBC API. JDBC is an application program interface which contains all the functions to link and execute database functions in Java. |
|