What is CONCUR_UPDATABLE ResultSet in JDBC? Explain?
Answers
Answered by
0
Hello!!
A ResultSet object maintains a cursor that points to the current row in the result set. The term "result set" refers to the row and column data contained in a ResultSet object. The methods of the ResultSet interface can be broken down into three categories − Navigational methods: Used to move the cursor around.
Similar questions