• 2022-06-07 问题

    java中定义数组名为abc,下面()可以得到数组元素的个数。 A: abc.length() B: abc.length C: len(abc) D: ubound(abc)

    java中定义数组名为abc,下面()可以得到数组元素的个数。 A: abc.length() B: abc.length C: len(abc) D: ubound(abc)

  • 2022-06-17 问题

    alert('abc'.length)的输出结果是( ) A: abc B: string C: true D: 3

    alert('abc'.length)的输出结果是( ) A: abc B: string C: true D: 3

  • 2022-06-27 问题

    下列逻辑表达式,值为false的是()。 A: "abc,,,bcd,,def,efg,,".split("[,]+").length == 4; B: "1st456".matches("\\d[a-z&&[^et]]{2,8}[0-9]+"); C: "abcdefghijklmnopqrstuvwxyz".substring(5,26).length() == 20; D: "whatisjava".equals(null);

    下列逻辑表达式,值为false的是()。 A: "abc,,,bcd,,def,efg,,".split("[,]+").length == 4; B: "1st456".matches("\\d[a-z&&[^et]]{2,8}[0-9]+"); C: "abcdefghijklmnopqrstuvwxyz".substring(5,26).length() == 20; D: "whatisjava".equals(null);

  • 2021-04-14 问题

    182. The length of a wave is the length ______.

    182. The length of a wave is the length ______.

  • 2022-05-27 问题

    What is the ratio of the length of the mining zone to the length of the bench?( ) A: Full length or part of it B: Full length C: Part of it D: None

    What is the ratio of the length of the mining zone to the length of the bench?( ) A: Full length or part of it B: Full length C: Part of it D: None

  • 2022-06-01 问题

    下列代码的执行结果是: int length = "Hello".length(); System.out.println(length);

    下列代码的执行结果是: int length = "Hello".length(); System.out.println(length);

  • 2022-07-22 问题

    length A: length B: launch C: lend

    length A: length B: launch C: lend

  • 2022-06-07 问题

    若串S1=‘ABCDEFG’, S2=‘9898’ ,S3=‘###’,S4=‘012345’,执行 concat(replace(S1,substr(S1,length(S2),length(S3)),S3),substr(S4,index(S2,‘8’),length(S2)) ) 注意:substr(S,i,j)是对字符串S的下标为i开始取j个字符,这里的下标是从0开始的。Concat函数是字符串的连接。 A: ABC B: G0123 C: ABCD D: 2345 E: ABCD F: 1234 G: ABC H: G2345

    若串S1=‘ABCDEFG’, S2=‘9898’ ,S3=‘###’,S4=‘012345’,执行 concat(replace(S1,substr(S1,length(S2),length(S3)),S3),substr(S4,index(S2,‘8’),length(S2)) ) 注意:substr(S,i,j)是对字符串S的下标为i开始取j个字符,这里的下标是从0开始的。Concat函数是字符串的连接。 A: ABC B: G0123 C: ABCD D: 2345 E: ABCD F: 1234 G: ABC H: G2345

  • 2022-06-01 问题

    已知int[][] a= {{1,2},{3,4,5,6},{7,8,9}},a.length()=_________,a[0].length()=__________, a[1].length()=__________,a[2].length()=__________,a[3].length()=__________。

    已知int[][] a= {{1,2},{3,4,5,6},{7,8,9}},a.length()=_________,a[0].length()=__________, a[1].length()=__________,a[2].length()=__________,a[3].length()=__________。

  • 2022-05-31 问题

    返回字符串长度的是( ) A: 成员域length B: 静态成员域length C: 实例方法length() D: 静态成员方法length()

    返回字符串长度的是( ) A: 成员域length B: 静态成员域length C: 实例方法length() D: 静态成员方法length()

  • 1 2 3 4 5 6 7 8 9 10