嘗試編譯運行以下代碼時會發(fā)生什么情況()?
A.編譯錯誤 B.輸出secondExp,true C.輸出secondExp,false D.輸出false
編譯,運行下面代碼段會發(fā)生什么情況() 1.byte b1=1; 2.byte b2=127; 3.short s=b1+b2;
A.第1行編譯錯誤 B.第2行編譯錯誤 C.第3行編譯錯誤 D.可以正常編譯
A.int i=10 B.float f=1.3 C.char c="c" D.byte b=257