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
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
No comments:
Post a Comment