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

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

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()



Leave a Reply 0

Your email address will not be published. Required fields are marked *