in JAVA by (5.2k points)

In which of the following type of ResultSet, the cursor can scroll forwards and backwards, and the result set is 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 (5.2k points)

Related questions

0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.2k points)
0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.2k points)
0 votes
asked May 21, 2020 in JAVA by GeorgeBell (5.2k points)
...