單項(xiàng)選擇題已知如下代碼:booleanm=true;if(m=false)System.out.println("False");elseSystem.out.println("True");執(zhí)行結(jié)果是()

A.False
B.True
C.None
D.出錯(cuò)


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題設(shè)x、y為已定義的類名,下列聲明x類的對(duì)象x1的語句中正確的是()

A.staticxx1
B.publicxx1=newx(int123)
C.yx1
D.xx1=x()

4.單項(xiàng)選擇題Strings="This is the";Stringt=s.concat("String.");t的內(nèi)容是()

A.This is the String
B.This is the
C.String

5.單項(xiàng)選擇題

關(guān)于以下程序段的說法正確的是()。
1.publicclassMyar{
2.publicstaticvoidmain(Stringargv[]){
3.int[]i=newint[5]
4.System.out.println(i[5])
5.}

A.第2行編譯出錯(cuò)
B.第4行編譯出錯(cuò)
C.編譯時(shí)產(chǎn)生錯(cuò)誤
D.編譯時(shí)沒有產(chǎn)生錯(cuò)誤,運(yùn)行時(shí)發(fā)生異常