which one of the following statements is true with respect to ResultSet?.
first()
, and calling absolute(-1) is equivalent to calling last()
.first()
, and calling absolute(-1) is equivalent to calling last()
.first()
, and calling absolute(0) is equivalent to calling last()
.first()
, and calling absolute(0) is equivalent to calling last()
.A.