A . He
B . el
C . lo
D . True
[单选题]表达式1+2+"hello"+8的值为( )。A.12hello8B.3hello8C.12helloD.不能运算
[单选题]表达式1+2+"hello"+8的值为( )。A.12hello8B.3hello8C.12helloD.不能运算
[主观题]strcpy(str,"hello");
[单选题]表达式"hello" instance of String返回的值是哪项?()A . trueB . falseC . 1D . 0
[单选题]设A$="Hello",下列语句正确的是( )。A.Labe11.Hight=Labe11.Hight+A$B.Labe11.Caption=Labe11.Caption+A$C.Labe11.Enabled=Laabe11.Enabled+A$D.Labe11.Visible=Labe11.Visible+AS
[单选题]函数Left("AB嘉应12学院",4)的值为()。A . AB嘉B . AB嘉应C . 12学院D . 学院
[单选题]假设有以下代码: String s="hello"; String t="hello"; char c[ ]={'h','e','l','l','o'}; 下列选项中,返回false的语句是______。A.s.equals(t);B.t.equals(c);C.s==t;D.t.equals(new String("hello"));
[单选题]顺序执行下列程序语句后,则b的值是 String a="Hello"; String b=a.substring(0,2);A.HelloB.helloC.HeD.null
[单选题]顺序执行下列程序语句后,则b的值是 String a = "Hello"; String b = a.substring(0,2);A.HelloB.helloC.HelD.null
[单选题]顺序执行下列程序语句后,则b的值是( )。 String a="Hello"; String b=a.substring(0,2);A.HelloB.helloC.HeD.null