單項選擇題如果數(shù)據(jù)庫中某個字段為float類型,可以通過結果集中的哪個方法獲?。浚ǎ?/strong>

A.getNumberic()
B.getDouble()
C.getInt()
D.getFloat()


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題能執(zhí)行預編譯SQL的是()

A.Connection對象
B.Statement對象
C.ResultSet對象
D.PreparedStatement對象

2.單項選擇題用于存儲數(shù)據(jù)庫查詢結果集的對象的對象是()

A.Connection對象
B.Statement對象
C.ResultSet對象
D.PreparedStatement對象

3.單項選擇題用于向數(shù)據(jù)庫發(fā)送要執(zhí)行的SQL語句的對象是()

A.Connection對象
B.Statement對象
C.ResultSet對象
D.PreparedStatement對象

4.單項選擇題用于連接數(shù)據(jù)庫的對象是()

A.Connection對象
B.Statement對象
C.ResultSet對象
D.PreparedStatement對象

5.單項選擇題servlet第一次被請求加載后,當后續(xù)的客戶請求servlet對象時,下列哪個敘述是正確的?()

A.servlet調用doPost方法
B.servlet調用init方法
C.servlet調用service方法
D.servlet調用doGet方法