單項選擇題java程序與數(shù)據(jù)庫連接后,需要查看某個表中的數(shù)據(jù),使用下列哪個語句?()

A.executeQuery()
B.executeUpdate()
C.executeEdit()
D.executeSelect()


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題要使用java程序訪問數(shù)據(jù)庫,則必須首先與數(shù)據(jù)庫建立連接,該語句為()

A.Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver”)
B.DriverManage.getConnection(“”,””,””)
C.Result rs= DriverManage.getConnection(“”,””,””).createStatement()
D.Statement st= DriverManage.getConnection(“”,””,””).createStaement()

2.單項選擇題要使用java程序訪問數(shù)據(jù)庫,則必須首先與數(shù)據(jù)庫建立連接,在建立連接前,應(yīng)加載數(shù)據(jù)庫驅(qū)動程序,該語句為()

A.Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver”)
B.DriverManage.getConnection(“”,””,””)
C.Result rs= DriverManage.getConnection(“”,””,””).createStatement()
D.Statement st= DriverManage.getConnection(“”,””,””).createStaement()

3.單項選擇題若要取得數(shù)據(jù)包的中源地址,可使用下列哪個語句()?

A.getAddress()
B.getPort()
C.getName()
D.getData()

4.單項選擇題使用UDP套接字通信時,哪個方法用于接收數(shù)據(jù)()

A. read()
B. receive()
C. accept()
D. Listen()

5.單項選擇題用UDP套接字通信時,常用哪個類把要發(fā)送的信息打包?()

A.String
B.DatagramSocket
C.MulticastSocket
D.DatagramPacket