Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Oughto on Dec 17, 2016



Title: What is determined by the following code?resultSet.last();int numRows = ...
Post by: Oughto on Dec 17, 2016
What is determined by the following code?

resultSet.last();
int numRows = resultSet.getRow();
resultSet.first();

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


Title: Re: What is determined by the following code?resultSet.last();int numRows = ...
Post by: blithering on Dec 17, 2016
Content hidden


Title: Re: What is determined by the following code?resultSet.last();int numRows = ...
Post by: Oughto on Jan 31, 2017
makes a lot more sense, thanks for the help