Solved

What Is Determined by the Following Code

Question 5

Multiple Choice

What is determined by the following code?
ResultSet.last() ;
Int numRows = resultSet.getRow() ;
ResultSet.first() ;


A) the number of rows in the result set
B) the number of columns in the result set
C) the value of the cursor's current position
D) the sum of all rows in the result set

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions