CIW Exam Questions

Which of the following methods of the ResultSet class can be used to extract data of SQL type INTEGE

Which of the following methods of the ResultSet class can be used to extract data of SQL type
INTEGER without risk of lost precision?

A.
getLong()

B.
getDouble()

C.
getShort()

D.
getBlob()

E.
getString()