(单选题)
Strings="This is the";Stringt=s.concat("String.");t的内容是()
AThis is the String
BThis is the
CString
正确答案
答案解析
略
相似试题
(单选题)
booleanendsWith(Strings)表示()
(单选题)
执行代码Strings=newString("Hello")后,正确的结论是()
(单选题)
构成方法publicURL(Strings)中的参数s应表示为()
(单选题)
设Strings="story";下列选项中的语句书写正确的是()。
(多选题)
已知如下定义:Strings="story";下面哪个表达式是合法的()
(单选题)
floatf;Strings;现需要把float转化为String,正确的语句是()
(单选题)
创建字符串s:Strings=newString(“hello”);以下()语句将改变s。
(单选题)
byteb[]="今天星期六".getBytes();Strings=newString(b,4,6);则s为()
(判断题)
Strings=newString(c,0,4)指把数组c中从索引0到索引4的字符提取出来,赋值给s