Java Database Interfaces
Description: Concept Based Questions | |
Number of Questions: 15 | |
Created by: Prabha Kade | |
Tags: Concept Based Questions Java Basics Databases |
Which of the following methods is present in the Result set interface in java database programming?
Which of the following methods in ResultSet interface returns true to check whether the current row has been updated in a table?
Which of the following methods in ResultSet interface returns true to indicate whether the current row has had an insertion or not?
Which of the following methods in ResultSetMetaData interface retrieves the designated column's database-specific type name?
Which of the following methods is not defined in the SQLException class in java?
How many constructors of class SQLTimeoutException are there in java database programming?
Which of the following methods is not present in the Connection interface in java database programming?
Which of the following methods is not defined in the DataTruncation class in java database programming?
Which of the following methods is not present in the Statement interface in java database programming?
Which of the following methods is present in the Connection interface in java database programming?
Which of the following methods in ResultSet interface returns true to indicate whether a row has been deleted?
How many methods are defined in the Time class in java?
Which of the following methods is present in the Statement interface in java database programming?
Which of the following methods is/are present in the Connection interface in java database programming?
Which of the following methods is not present in the PreparedStatement interface in java database programming?