单项选择题
Stringdate="TodayisSunday";把date转换成全小写的语句是()
A.toLowerCase(date); B.date.toLowerCase(); C.date.toUpperCase(); D.toUpperCase(date);
单项选择题 两个字符串String str1,str2;错误的连接二者的方式是()
单项选择题 String(byte[],int,int)中,第三个参数用来生成字符串的byte型数组的()
单项选择题 StringBuffer( String s )方法分配了s大小的空间和()个字符的缓冲区。