Which of the following is not a valid type of ResultSet?

Which of the following is not a valid type of ResultSet?

A. ResultSet.TYPE_FORWARD_ONLY
B. ResultSet.TYPE_SCROLL_INSENSITIVE
C. ResultSet.TYPE_SCROLL_SENSITIVE
D. ResultSet.TYPE_BACKWARD_ONLY

Answer

 D

Explanation:

ResultSet.TYPE_BACKWARD_ONLY is not a valid type of ResultSet.

Comments