语句“Hello”. equals(“hello”);的正确执行结果是______。A) trueB) falseC) 0D) 1A.B.C.D.

语句“Hello”. equals(“hello”);的正确执行结果是______。

A) true

B) false

C) 0

D) 1

A.

B.

C.

D.


相关考题:

假设有以下代码: 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"));

语句"Hell0".equals("hell0");的正确执行结果是( )。A.trueB.falseC.0D.1

表达式”hello”instanceofString返回的值是哪项?() A.trueB.falseC.1D.0E.hello

表达式"hello"instanceofString返回的值是哪项?() A.trueB.falseC.1D.0

语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0SXB 语句”Hello”.equals(”hello”);的正确执行结果是( )。A.trueB.falseC.0D.1

语句"Hell0".equals("hell0");的正确执行结果是( )。 A.trueB.falseC.0SXB 语句"Hell0".equals("hell0");的正确执行结果是( )。A.trueB.falseC.0D.1

下面的代码片段的运行结果为() String str1="Hello"; String str2="Hello"; System.out.println(str1!=str2);A.trueB.falseC.1D.0

以下代码片断运行结果为: String str1=new String("Hello"); String str2=new String("Hello"); System.out.println(str1.equals(str2));A.trueB.falseC.0D.1

下面的代码片段的运行结果为() String str1="Hello"; String str2="Hello"; System.out.println(str1==str2);A.trueB.falseC.0D.1