需要答案請(qǐng)加QQ:296856541 微信:aopopengzs
可做奧鵬全部院校在線(xiàn)作業(yè)、離線(xiàn)作業(yè)、畢業(yè)論文
《面向?qū)ο蟪绦蛟O(shè)計(jì)》課程在線(xiàn)作業(yè)1
試卷總分:100 得分:100
第1題,classA
{publicintgetNumberinta{returna+1}}
classBextendsA
{publicintgetNumberintacharc{returna+2}publicstaticvoidmainString[]args{Bb=newBSystemoutprintlnbgetNumber0}}
whatistheresult
A、compilation succeeds and 1 is printed
B、compilation succeeds and 2 is printed
C、compilation succeeds and 3 is printed
D、An error at this program cause compilation to fail
正確答案:
第2題,以下約束符可用于定義成員常量
A、static
B、final
C、abstract
D、No modifier can be used
正確答案:
第3題,在Java的基本數(shù)據(jù)類(lèi)型中int型數(shù)據(jù)占用字節(jié)內(nèi)存空間
A、1
B、2
C、4
D、不能確定,取決于計(jì)算機(jī)字長(zhǎng)
正確答案:
第4題,Java中main函數(shù)的值是
A、String
B、int
C、char
D、void
正確答案:
答案來(lái)源:(www.),下列常見(jiàn)的系統(tǒng)定義的異常中是輸入、輸出異常
A、ClassNotFoundException
B、IOException
C、FileNotFoundException
D、UnknownHostException
正確答案:
第6題,importjavaawt*publicclassXextendsFrame{publicstaticvoidmainString[]args{Xx=newXxpackxsetVisibletrue}publicX{setLayoutnewGridLayout22Panelp1=newPaneladdp1Buttonb1=newButton"One"p1addb1Panelp2=newPaneladdp2Buttonb2=newButton"Two"p2addb2Buttonb3=newButton"Three"p2addb3Buttonb4=newButton"Four"addb4}}whentheframeisresized
A、all change height and width
B、Button One change height
C、Button Two change height and Button Three change width
D、Button Four change height and width
正確答案:
第7題,下列Java常見(jiàn)事件類(lèi)中是鼠標(biāo)事件類(lèi)
A、InputEvent
B、KeyEvent
C、MouseEvent
D、WindowEvent
正確答案:
第8題,在使用interface聲明一個(gè)接口時(shí)只可以使用修飾符修飾該接口
A、public
B、protected
C、private和protected
D、private
正確答案:
第9題,在Java中用關(guān)鍵字定義常量
A、#define
B、fixed
C、const
D、final
正確答案:
答案來(lái)源:(www.),下列修飾符可以使在一個(gè)類(lèi)中定義的成員變量只能被同一包中的類(lèi)訪(fǎng)問(wèn)
A、private
B、public
C、protected
D、無(wú)修飾符
正確答案:
第11題,publicclassXextendsFrame{publicstaticvoidmainString[]args{Xx=newXxpackxsetVisibletrue}publicX{setLayoutnewGridLayout22Panelp1=newPaneladdp1Buttonb1
A、all change height and width
B、Button One change height
C、Button Two change height and Button Three change width
D、Button Four change height and width
正確答案:
答案來(lái)源:(www.),下列關(guān)于接口的敘述中是正確的
A、接口與抽象類(lèi)是相同的概念
B、接口之間不能有繼承關(guān)系
C、一個(gè)類(lèi)只能實(shí)現(xiàn)一個(gè)接口
D、接口中只含有抽象方法和常量
正確答案:
第13題,在Java的基本數(shù)據(jù)類(lèi)型中int型數(shù)據(jù)占用字節(jié)內(nèi)存空間
A、1
B、2
C、4
D、不能確定,取決于計(jì)算機(jī)字長(zhǎng)
正確答案:
第14題,下列語(yǔ)句輸出結(jié)果為publicclassA{publicstaticvoidmainString[]args{byteb=0xaSystemoutprintlnb}}
A、0xa
B、a
C、1
D、10
正確答案:
答案來(lái)源:(www.),下列是異常的含義
A、程序的語(yǔ)法錯(cuò)
B、程序編譯或運(yùn)行中所發(fā)生的異常事件
C、程序預(yù)先定義好的異常事件
D、程序編譯錯(cuò)誤
正確答案:
第16題,下列命令中命令是Java的編譯命令
A、javac
B、java
C、javadoc
D、appletviewer
正確答案:
第17題,classSuper{publicfloatgetNum{return30f}}
publicclassSubextendsSuper{//overload}
whichmethodplacedatoverloadwillcauseacompilererror
A、public float getNum(){return 4.0f;}
B、public void getNum(){}
C、public void getNum(double d){}
D、public double getNum(float d){return 4.0d;}
正確答案:
第18題,在一個(gè)applet標(biāo)記中標(biāo)記屬性項(xiàng)可以省去不寫(xiě)
A、code
B、codebase
C、width
D、height
正確答案:
第19題,已知如下代碼
public class Test{staticlong a[] = new long[10]public static void main String arg[] {
Systemoutprintln a[6] }
}
則下面?zhèn)€語(yǔ)句是正確的
A、Output is null.
B、When compile, some error will occur.
C、Output is 0.
D、When running, some error will occur.
正確答案:
答案來(lái)源:(www.),下列敘述錯(cuò)誤的是
A、Java是一種面向?qū)ο蟮木W(wǎng)絡(luò)編程語(yǔ)言
B、Java Applet程序在網(wǎng)絡(luò)上傳輸不受硬軟件平臺(tái)的限制
C、Java提供了類(lèi)庫(kù)支持TCP/IP協(xié)議
D、Java語(yǔ)言允許使用指針訪(fǎng)問(wèn)內(nèi)存
正確答案:
第21題,Java的屏幕坐標(biāo)是以像素為單位容器的左下角被確定為坐標(biāo)的起點(diǎn)
T、對(duì)
F、錯(cuò)
正確答案:F
第22題,抽象方法必須在抽象類(lèi)中所以抽象類(lèi)中的方法都必須是抽象方法
T、對(duì)
F、錯(cuò)
正確答案:F
第23題,J2SDK中主要有兩個(gè)相關(guān)環(huán)境變量即path和classpath前者指定了JDK命令搜索路徑后者指定了Java類(lèi)路徑
T、對(duì)
F、錯(cuò)
更多答案下載:(www.)
第24題,Java的各種數(shù)據(jù)類(lèi)型占用固定長(zhǎng)度與具體的軟硬件平臺(tái)環(huán)境無(wú)關(guān)
T、對(duì)
F、錯(cuò)
更多答案下載:(www.)
答案來(lái)源:(www.),Java語(yǔ)言沒(méi)有無(wú)符號(hào)整數(shù)類(lèi)型、指針類(lèi)型、結(jié)構(gòu)類(lèi)型、枚舉類(lèi)型、共用體類(lèi)型
T、對(duì)
F、錯(cuò)
更多答案下載:(www.)