Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
What’s the difference between TYPE_SCROLL_INSENSITIVE , and TYPE_SCROLL_SENSITIVE?
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.
Related Answered Questions
Related Open Questions