單項(xiàng)選擇題String data="It is Sunday.";String str1;str1=data.substring(1,5);則str1為()

A.Iti
B.tis
C.tisi
D.Itis


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題Stringdate="TodayisSunday";把date轉(zhuǎn)換成全小寫的語句是()

A.toLowerCase(date);
B.date.toLowerCase();
C.date.toUpperCase();
D.toUpperCase(date);

3.單項(xiàng)選擇題兩個(gè)字符串String str1,str2;錯(cuò)誤的連接二者的方式是()

A.str1+str2
B.str1.str2
C.str1.contat(str2)
D.str2.contat(str1)

4.單項(xiàng)選擇題String(byte[],int,int)中,第三個(gè)參數(shù)用來生成字符串的byte型數(shù)組的()

A.長度
B.起始位置
C.終止位置
D.終止位置+1