How many JDBC driver types does Sun define?
One
Two
Three
Four
Where is metadata stored in MySQL?
In the MySQL databasemetadata
In the MySQL databasemetasql
In the MySQL databasemysql
None of the above is correct.
Which JDBC driver Type(s) can be used in either applet or servlet code?
Both Type 1 and Type 2
Both Type 1 and Type 3
Both Type 3 and Type 4
Type 4 only
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?
Type 1 only
Type 2 only
All of Type 1, Type 2, Type 3 and Type 4