网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
下列字符串的值不为True的是()。

A."TRUE"

B."T"

C."ON"

D."IN"


参考答案

更多 “ 下列字符串的值不为True的是()。 A."TRUE"B."T"C."ON"D."IN" ” 相关考题
考题 下列值不为true的表达式有( )。A、"john"=="john"B、"john".equals("john")C、"john"="john"D、"john".equals(newString("john"))

考题 用"= ="比较字符串对象时,如果字符串包含的是同一个值时,结果为true。 flase) 。() 此题为判断题(对,错)。

考题 3、已知字符串s='hello',则表达式'he' not in 'hello'的值为:A.'True'B.'False'C.TrueD.False

考题 已知x为非空字符串,那么表达式 ','.join(x.split(',')) == x 的值一定为True。

考题 假设C是B的子类,B是A的子类,cat是C类的一个对象,bird是B类的一个对象,下列哪个叙述是错误的?A.cat instanceof B的值是true。B.bird instanceof A的值是true。C.cat instanceof A的值是true。D.bird instanceof C的值是true。

考题 已知字符串s='hello',则表达式'he' not in 'hello'的值为:A.'True'B.'False'C.TrueD.False

考题 下列哪个叙述是错误的?A."9dog".matches("ddog")的值是true。B."12hello567".replaceAll("[123456789]+","@")返回的字符串是@hello@。C.new Date(1000)对象含有的时间是公元后1000小时的时间。D."hellon"是正确的字符串常量。

考题 已知x为非空字符串,那么表达式 ''.join(x.split()) == x 的值一定为True。

考题 假设C是B的子类,B是A的子类,cat是C类的一个对象,bird是B类的一个对象,下列哪个叙述是错误的?A.bird instanceof C的值是true。B.cat instanceof A的值是true。C.bird instanceof A的值是true。D.cat instanceof B的值是true