What happens if you call deleteRow() on a ResultSet object? - Study24x7
Social learning Network
45 followers study24x7 16 Jan 2021 11:15 AM study24x7 study24x7

What happens if you call deleteRow() on a ResultSet object?

A

The row you are positioned on is deleted from the ResultSet, but not from the database.

B

The row you are positioned on is deleted from the ResultSet and from the database

C

The result depends on whether the property synchronizeWithDataSource is set to true or false

D

You will get a compile error: the method does not exist because you can not delete rows from a ResultSet

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles