單項選擇題JAVA中提供了多種布局對象類。其中使用卡片式布局的是()

A.FlowLayout
B.BoederLayout
C.BoxLayout
D.CardLayout


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題Swing與AWT的區(qū)別不包括()

A.Swing是由純Java實現(xiàn)的輕量級構件
B.Swing沒有本地代碼
C.Swing不依賴操作系統(tǒng)的支持
D.Swing支持圖形用戶界面

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

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

3.單項選擇題要使用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()

4.單項選擇題要使用java程序訪問數(shù)據(jù)庫,則必須首先與數(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()

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

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