Which one of the following will not get the data from the first column of ResultSet rs,

Question:

Which one of the following will not get the data from the first column of ResultSet rs, returned from executing the SQL statement: “SELECT login, password FROM USERS”?

(a) rs.getString(0)

(b) rs.getString(“login”)

(c) rs.getString(1)

(d) All of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: