S

Satya • 3.38K Points
Extraordinary

Q. Which method checks if ResultSet has next row?

  • (A) hasNext()
  • (B) next()
  • (C) checkNext()
  • (D) available()
  • Correct Answer - Option(B)
  • Views: 4
  • Filed under category Java JDBC
  • Hashtags:

Explanation by: Satya
next() moves to the next row and returns true if it exists.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.