0 votes
in JAVA by

Q. In which of the following type of ResultSet, the cursor can scroll forwards and backwards, and the result set is not sensitive to changes made by others to the database that occur after the result set was created.?

A - ResultSet.TYPE_FORWARD_ONLY

B - ResultSet.TYPE_SCROLL_INSENSITIVE

C - ResultSet.TYPE_SCROLL_SENSITIVE

D - None of the above.

1 Answer

0 votes
by

Related questions

0 votes
asked May 21, 2020 in JAVA by GeorgeBell
0 votes
asked May 21, 2020 in JAVA by GeorgeBell
...