语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0SXB 语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0D.1
语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0SXB
语句”Hello”.equals(”hello”);的正确执行结果是( )。
A.true
B.false
C.0
D.1
相关考题:
假设有以下代码: String s="hello"; String t="hello"; char c[ ]={'h','e','l','l','o'}; 下列选项中,返回false的语句是______。A.s.equals(t);B.t.equals(c);C.s==t;D.t.equals(new String("hello"));
Strings=hello;Stringt=hello;charc[]={’h’,’e’,’l’,’l’,’o’};Whichreturntrue?() A.s.equals(t);B.t.equals(c);C.s==t;D.t.equals(newString(hello));E.t==c;
Whichexpressionswillevaluatetotrueifprecededbythefollowingcode?()Stringa=hello;Stringb=newString(a);Stringc=a;char[]d={’h’,’e’,’l’,’l’,’o’}; A.(a==Hello)B.(a==b)C.(a==c)D.a.equals(b)E.a.equals(d)
4、以下语句的输出结果是: print("hello",end='+') print("world")A.hello+worldB.hello+ worldC.hello worldD.hello+ world+
以下哪个叙述是正确的?A."你好KU".length()的值是6。B."ntt".length()的值是3。C."Hello".equals("hello")的值是true。D."java".equals("java")的值是false。
39、以下语句的输出结果是: print("hello",end='+') print("world")A.hello+worldB.hello+ worldC.hello worldD.hello+ world+