Sensitivity of ResultSet object is determined in three ways they are:
TYPE_FORWARD_ONLY:
It contains rows which satisfied the query. These
rows are satisfied either at the time of execution or as the rows are
retrieved.
TYPE_SCROLL_INSENSITIVE:
Here the cursor can move forward backward or to an absolute position.
TYPE_SCROLL_SENSITIVE:
This works in the same way as the Scroll insensitive.