What’s the difference between TYPE_SCROLL_INSENSITIVE , and TYPE_SCROLL_SENSITIVE?

A) A result set that is TYPE_SCROLL_INSENSITIVE does not reflect changes made while it is still open and one that is TYPE_SCROLL_SENSITIVE does.
B) Both types of result sets will make changes visible if they are closed and then reopened.
C) You will get a scrollable ResultSet object if you specify one of these ResultSet constants.
D) A result set that is TYPE_SCROLL_INSENSITIVE makes the result set read only while one that is TYPE_SCROLL_SENSITIVE does not.
Explanation: the option d is wrong because that is the feature of ResultSet. CONCUR_UPDATABLE and ResultSet.CONCUR_READ_ONLY only.

Showing Answers 1 - 8 of 8 Answers

Roma

  • Mar 31st, 2006
 

Ans : D

  Was this answer useful?  Yes

vk payne

  • Feb 7th, 2013
 

A,B and D
All the three are correct

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions