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

题目内容 (请给出正确答案)

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

A) true

B) false

C) 0

D) 1

A.

B.

C.

D.


参考答案

更多 “ 语句“Hello”. equals(“hello”);的正确执行结果是______。A) trueB) falseC) 0D) 1A.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