题目内容

String类不可以被继承。()

A. 对
B. 错

查看答案
更多问题

String s1,s2;s1="Hello!";s2="Hello!";则s1==s2的值为true。()

A. 对
B. 错

String s1,s2;s1=new String("Hello!");s2=new String("Hello!");则s1==s2的值为true。()

A. 对
B. 错

StringBuffer str=new StringBuffer("I like apple!");str.delete(7,12);str.insert(7,"grape");则str所指向字符串的内容是()。

电缆长度计算公式:L=(l+X*G+a)×1.02 中l表示()。

A. 电缆总长度
B. 电缆沟长度
C. 股道间距离
D. 电缆附加长度

答案查题题库