Java Database
Description: Concept Based Questions | |
Number of Questions: 15 | |
Created by: Prabha Kade | |
Tags: Concept Based Questions Java Basics |
Which of the following methods is defined in the DatabaseMetaData interface in Java database programming?
Which of the following methods is not defined in the ResultSetMetaData interface?
Which of the following methods is not defined in the DriverManager class in Java database programming?
Which of the following methods is not defined in ParameterMetaData in Java database programming?
Which of the following methods in DatabaseMetaData retrieves the maximum number of columns this database allows in a table?
Which of the following methods in Timestamp Class returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Timestamp object?
Which of the following methods is not defined in the DatabaseMetaData interface?
Which of the following methods is not defined in the ResultSet interface in Java?
Which of the following methods is present in the ResultSet interface in Java database programming?
Which of the following methods in the DatabaseMetaData retrieves the maximum number of characters this database allows for a column name?
Which of the following methods in the ResultSet interface refreshes the current row with its most recent value in the database?
Which of the following methods in DatabaseMetaData interface retrieves the JDBC driver's major version number?
Which of the following methods is present in the DatabseMetaData interface in Java database programming?
Which of the following methods is present in the ResultSetMetaData interface in Java database programming?
Which of the following methods in the ParameterMetaData interface retrieves the designated parameter's database-specific type name?