Multiple choice technology programming languages

One of the new features in the JDBC 2.0 API is the ability to move a result set's cursor Backward as well as Forward

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

JDBC 2.0 introduced scrollable result sets, which allow developers to move the cursor both forward and backward, as well as relative to its current position or to an absolute position.