A.a=1;
B.C=a+b;
C.a+=2;
D.shorta,b,C;
您可能感興趣的試卷
你可能感興趣的試題
現(xiàn)有:
1. class Wrench f
2.public static void main(String [] args) {
3.Wrench w=new Wrench(); Wrench w2=new Wrench();
4. w2=go (w, w2);
5.System.out.print (w2==w);
6. }
7.static Wrench go (Wrench wrl, Wrench wr2) {
8.Wrench wr3=wrl; wrl=wr2; wr2=wr3;
9. return wr3;
10. }
11. }
結(jié)果是什么?()
A.false
B.true
C.編譯失敗
D.運(yùn)行的時候有異常拋出
現(xiàn)有:
1.class Passer f
2.static final int X=5;
3.public static void main (String [] args) {
4.new Passer().go (x);
5.System. out .print (x);
6. )
7.void go (int x) {
8.System. out .print(x++);
9.}
10.}結(jié)果是什么?()
A.55
B.56
C.65
D.66
現(xiàn)有如下五個聲明:
Linel: int a_really_really_really_long_variable_name=5
Line2: int _hi=6;
Line3: int big=Integer. getlnteger("7”);
Line4:int $dollars=8;
line5: int %opercent=9;
哪行無法通過編譯?()
A.Line1
B.Line3
C.Line4
D.Line5
A.goto
B.sizeof
C.instanceof
D.volatile
A.userName
B.2test
C.$change
D._password
最新試題
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。
@Controller注解類型用于指示Spring類的實(shí)例是一個()。
配置視圖解析器(ViewResolver)時,<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
@RequestMapping注解的默認(rèn)屬性是()。
$.ajax中,表示請求時攜帶的數(shù)據(jù)的是()。
下列是正確的JSON對象結(jié)構(gòu)數(shù)據(jù)的是()。
當(dāng)有多個攔截器同時工作時,它們的preHandle()會按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會按照()。
文件上傳時,form表單的method屬性設(shè)置為()。
ViewResolver解析后,會向()中返回具體的View(視圖)。
Tomcat、Jetty、JBoss和GlassFish默認(rèn)的Servlet名稱是()。