aruna sameera wrote:in below code what is the ResultSet.TYPE_SCROLL_SENSITIVE mean.
Sometimes when you fetched the rows from tables, you want to access each row in randome fashon(can scroll through results set) i.e if you fetched second row, you can go the first row again, if the flag for result set in set as ResultSet.TYPE_SCROLL_SENSITIVE
The more information for this flags can be found here.