Which of the following values can be replaced in the place of 1 and 2 below Statement

Which of the following values can be replaced in the place of 1 and 2 below Statement stmt= con.createStatement(1,2);
a) ResultSet. TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY
b) ResultSet. TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE
c) ResultSet. CONCUR_UPDATABLE, ResultSet. TYPE_SCROLL_SENSITIVE
d) ResultSet.CONCUR_UPDATABLE, ResultSet. TYPE_FORWARD_ONLY

Questions by navin_3005   answers by navin_3005

Showing Answers 1 - 6 of 6 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions