Q.1.
What are the major components of the JDBC?
Q.2.
Which of these obtains a Connection?
Q.3.
What is the correct sequence to create a database connection?
Q.4.
Parameterized queries can be executed by?
Q.5.
JDBC API supports____________ and __________ architecture model for accessing the database.
Q.6.
In type-1 driver database is _______ and platform is _______.
Q.7.
Which of the following describes the correct sequence of the steps involved in making a connection with a database.Loading the driverProcess the results.Making the connection with the databaseExecuting the SQL statements
Q.8.
The ……………… object provides you with methods to access data from the table.
Q.9.
Select the packages in which JDBC classes are defined?
Q.10.
Which type of driver converts JDBC calls into the network protocol used by the database management system directly?
Q.11.
The interface ResultSet has a method, getMetaData(), that returns a/an
Q.12.
The database system compiles the query when it is
Q.13.
Which of the following is not an interface?
Q.14.
Which packages contain the JDBC classes?
Q.15.
Which JDBC driver Type(s) can be used in either applet or servlet code?
Q.16.
Stored procedure can be called by using the ????..?
Q.17.
In order to transfer data between a database and an application written in the Java programming language, the JDBC API provides which of these methods?
Q.18.
The ………………………….. method executes a simple query and returns a single Result Set object
Q.19.
Which of the following is not a valid statement in JDBC?
Q.20.
The method on the result set that tests whether or not there remains at least one unfetched tuple in the result set, is said to be