1.

Which package comprises of the core JDBC API?(a) java.sql(b) java.database(c) sql.java(d) java.relationThis question was addressed to me during an internship interview.Enquiry is from Accessing SQL From a Programming Language in section Intermediate and Advanced Sql of RDBMS

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.



Discussion

No Comment Found

Related InterviewSolutions