网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
执行代码Strings=newString("Hello")后,正确的结论是()
- A、s最后一个索引值为5
- B、s的值和"Hello"并不一样
- C、s.length为4
- D、s.length为5
参考答案
更多 “执行代码Strings=newString("Hello")后,正确的结论是()A、s最后一个索引值为5B、s的值和"Hello"并不一样C、s.length为4D、s.length为5” 相关考题
考题
定义String s=null,会出现异常的选项是()。Ⅰ: if((s!=mll)(s.length()>0))Ⅱ: if((s!=mull)(s.length()>0)) Ⅱ: if((s!=mull)(s.length()>0)) Ⅲ: if((s==null)|(s.length()==0)) Ⅳ: if((s==aull)Ⅱ(s.length()==0))A.Ⅱ、ⅢB.Ⅱ、Ⅲ、ⅣC.Ⅰ、ⅢD.Ⅲ、Ⅳ
考题
Strings=hello;Stringt=hello;charc[]={’h’,’e’,’l’,’l’,’o’};Whichreturntrue?()
A.s.equals(t);B.t.equals(c);C.s==t;D.t.equals(newString(hello));E.t==c;
考题
publicclassX{publicstaticvoidmain(String[]args){strings=newstring(Hello”);modify(s);System.out.printIn(s);}publicstaticvoidmodify(Strings){s+=world!”;}}Whatistheresult?()
A.Theprogramrunsandprints“Hello”B.Anerrorcausescompilationtofail.C.Theprogramrunsandprints“Helloworld!”D.Theprogramrunsbutabortswithanexception.
考题
publicclassX{publicstaticvoidmain(Stringargs){strings=newstring(Hello”);modify(s);System.out.printIn(s);}publicstaticvoidmodify(Strings){s+=world!”;}}Whatistheresult?()
A.Theprogramrunsandprints“Hello”B.Anerrorcausescompilationtofail.C.Theprogramrunsandprints“Helloworld!”D.Theprogramrunsbutabortswithanexception.
考题
下列代码的执行结果是()。publicclasstest5{publicstaticvoidmain(Stringargs[]){Strings1=newString("hello");Strings2=newString("hello");System.out.prim(s1==s2);System.out.print(",");System.out.println(s1.equals(s2));}A.true,falseB.true,trueC.false,trueD.false,false
考题
已知有定义:Strings="story",下面()表达式是合法的。A.s+="books";B.charC=s[1];C.intlen=s.length;D.Strings=s.toLowerCase();
考题
设有定义:Strings=“World”;,下列语句错误的是( )。A、intm=s.indexOf(‘r’);B、charc=s.charAt(0);C、intn=s.length();D、Stringstr=s.append(‘2’);
考题
下面哪个表达式可以获取字符串 s 的最后一个字符()A、s.length()B、s[s.length() - 1]C、s.charAt(s.length() - 1)D、charAt(s, length(s))
考题
设Strings="story";下列选项中的语句书写正确的是()。A、s+="books";B、char c = s[1];C、int len = s.length;D、s = s-"books";
考题
创建字符串s:Strings=newString(“hello”);以下()语句将改变s。A、s.append(“aaa”)B、s.concat(s)C、s.substring(3)D、以上语句都不会
考题
有语句String s=”hello world”; ,以下操作哪个是不合法的()A、int i=s.length();B、s=3;C、String ts=s.trim();D、String t=s+”!”
考题
已知Strings=“Java”,则下面哪些代码是正确的()A、s=s+1;B、char c=s[3];C、int i=s.length;D、String t=s+new Object();
考题
单选题有语句String s=”hello world”; ,以下操作哪个是不合法的()A
int i=s.length();B
s=3;C
String ts=s.trim();D
String t=s+”!”
考题
单选题创建字符串s:Strings=newString(“hello”);以下()语句将改变s。A
s.append(“aaa”)B
s.concat(s)C
s.substring(3)D
以上语句都不会
考题
单选题执行代码Strings=newString("Hello")后,正确的结论是()A
s最后一个索引值为5B
s的值和Hello并不一样C
s.length为4D
s.length为5
考题
单选题下面哪个表达式可以获取字符串 s 的最后一个字符()A
s.length()B
s[s.length() - 1]C
s.charAt(s.length() - 1)D
charAt(s, length(s))
考题
单选题有语句Strings=”helloworld”;,以下操作哪个是不合法的?()A
inti=s.length()B
s=3C
Stringts=s.trim()D
Stringt=s+”!”
考题
单选题SQL server提供了一些字符串函数,以下说法错误的是()。A
selectright(’hello’,3)返回值为:helB
selectltrim(rtrim(’hello’))返回值为:hello(前后都无空格)C
selectreplace(’hello’,’e’,’o’)返回值为:holloD
selectlen(’hello’)返回值为:5
考题
多选题已知Strings=“Java”,则下面哪些代码是正确的()As=s+1;Bchar c=s[3];Cint i=s.length;DString t=s+new Object();
考题
单选题设Strings="story";下列选项中的语句书写正确的是()。A
s+=books;B
char c = s[1];C
int len = s.length;D
s = s-books;
热门标签
最新试卷