Multiple choice technology testing Which Java method advances the data pool cursor to the next row in the data pool ? dpMoveCursor() dpNext() dpNextRow() dpMoveNext() Reveal answer Fill a bubble to check yourself B Correct answer Explanation The dpNext() method is the standard RFT API call to advance the datapool cursor to the next row. Other options like dpMoveCursor(), dpNextRow(), or dpMoveNext() are not valid RFT methods.