Thursday, 6 September 2012

What is the meaning of ResultSet.TYPE_SCROLL_INSENSITIVE | JDBC

A. This means that the ResultSet is insensitive to scrolling
B. This means that the Resultset is sensitive to scrolling, but insensitive to updates, i.e. not updateable
C. This means that the ResultSet is sensitive to scrolling, but insensitive to changes made by others
D. The meaning depends on the type of data source, and the type and version of the driver you use with this data source

Ans:   C

No comments: