(单选题)
若有定义String tom=""boy"";String hill=""boy"";则表达式(tom==hill)的值为()
ATrue
BFalse
C1
D0
正确答案
答案解析
略
相似试题
(单选题)
若有定义Stringtom="我们是学生";则tom.length()的值是()
(单选题)
"若有定义Stringtom=""我们是学生"";则tom.length()的值是()"
(单选题)
若有定义Stringtom="Iamagoodcat";则tom.indexOf("a")的值为()
(单选题)
若有以下定义 chars=’/092’; 则该语句()
(单选题)
若有以下说明和语句,已知int和double类型分别占2和8个字节,则sizeof(st)的值为()
(单选题)
若有定义int a=9,b=6;则a
(单选题)
若有定义chara4[]=newchar[5];则length的值为()
(单选题)
若有定义chara[]=newchar[5];则a.length的值为()
(单选题)
若有定义:inta[10],则对数组a元素的正确引用是()。