Q.1.
Which JDBC driver Type(s) can you use in a three-tier architecture and if the Web server and the DBMS are running on the same machine?
Q.2.
When the message "No Suitable Driver" occurs?
Q.3.
Which of the following is an advantage of using PreparedStatement in Java?
Q.4.
Which class/interface manages a list of database drivers?
Q.5.
"If we change the Database we have to change the native api as it is specific to a database". The above statement resembles ______ driver.
Q.6.
The class Class is available in _______ package
Q.7.
DriverManager is available in _______ package
Q.8.
Are prepared statements actually compiled?
Q.9.
Which of the following methods are needed for loading a database driver in JDBC?
Q.10.
Which type of driver provides JDBC access via one or more ODBC drivers?