Question: What will be the effect if we call deleteRow() method on a ResultSet object? (a) The row pointed to by the cursor is deleted from

What will be the effect if we call deleteRow() method on a ResultSet object?

(a) The row pointed to by the cursor is deleted from the ResultSet, but not from the database.

(b) The row pointed to by the cursor is deleted from the ResultSet and from the database.

(c) The row pointed to by the cursor is deleted from the database, but not from the ResultSet.

(d) None of the above

Step by Step Solution

3.43 Rating (162 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

b The row pointed ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Advanced Java Programming Questions!