Which of the following is not a part of the JDBC API?
- DriverManager
- ResultSet
- ResultSetMetaData
- SQLException
DriverManager is not a part of the JDBC API. It is a class in the Java standard library used to manage a list of database drivers. The other options are part of the JDBC API for working with databases in Java.
Loading...
Related Quiz
- The method replace(oldChar, newChar) belongs to the ________ class in Java.
- The expression x *= 3 is equivalent to x = x ______ 3.
- The keyword ________ is used to apply restrictions on class, method, and variable.
- Which class would you use for reading binary data from a file?
- What is the purpose of the start() method in a JavaFX application?