A.Justafterline5.
B.Justafterline6.
C.Justafterline7.
D.Justafterline8(thatis,asthemethodreturns).
第1题:
A.Justafterline5.
B.Justafterline6.
C.Justafterline7.
D.Justafterline8(thatis,asthemethodreturns).
第2题:
定义String s=null,会出现异常的选项是( )。 Ⅰ:if((s!=null)&(s.length()>0)) Ⅱ:if((s!=null)&&(s.length()>0)) Ⅲ:if(s==null)|(s.length()==0)) Ⅳ:if(s==null)||(s.length()==0))
A.Ⅱ、Ⅲ
B.Ⅱ、Ⅲ、Ⅳ
C.Ⅰ、Ⅲ
D.Ⅲ、Ⅳ
第3题:
在T-SQL中,关于NULL值叙述正确选项是 ()。
A.NULL 表示空格
B.NULL表示0
C.NULL既可以表示0,也可以表示是空格
D.NULL表示空值
第4题:
A.Justafterline5
B.Justafterline6
C.Justafterline7(thatis,asthemethodreturns)
D.Neverinthismethod.
第5题:
有以下程序 #include <stdio .h> main () { printf("%d\n", NULL); }
A.0
B.1
C.-1
D.NULL没定义,出错