• 2022-07-24 问题

    有关RegExp类的test方法正确的结论是: A: test用于测试字符串string是否包含匹配参数regexp的文本,如果包含则返回1;否则,返回0。 B: java/i.test("ECMAScript");将返回true C: .test(s)等价于(r.exec(s)!=null) D: java/i.test("JavaScript");返回false

    有关RegExp类的test方法正确的结论是: A: test用于测试字符串string是否包含匹配参数regexp的文本,如果包含则返回1;否则,返回0。 B: java/i.test("ECMAScript");将返回true C: .test(s)等价于(r.exec(s)!=null) D: java/i.test("JavaScript");返回false

  • 2022-06-11 问题

    "I passed my test with flying colors" means:( ) A: I did very well on my test B: I passed my test by cheating C: I barely passed my test

    "I passed my test with flying colors" means:( ) A: I did very well on my test B: I passed my test by cheating C: I barely passed my test

  • 2022-06-08 问题

    有一个类Test,下面为其构造方法的声明,正确的是( )。 A: void Test(int i){} B: test(int i){} C: void test(int i){} D: Test(int i){}

    有一个类Test,下面为其构造方法的声明,正确的是( )。 A: void Test(int i){} B: test(int i){} C: void test(int i){} D: Test(int i){}

  • 2021-04-14 问题

    下列代码的执行结果是 。public class Test {public int aMethod(){static int i=0;i++;System.out.println(i);}public static void main(String args[ ]){Test test = new Test();test.aMethod();}}

    下列代码的执行结果是 。public class Test {public int aMethod(){static int i=0;i++;System.out.println(i);}public static void main(String args[ ]){Test test = new Test();test.aMethod();}}

  • 2021-04-14 问题

    中国大学MOOC: 如下所示的Test类的Java程序中,共有几个构造方法()。 public class Test{ private int x; public Test(){} public void Test(int i){ this.x=i; } public Test(String str){} }

    中国大学MOOC: 如下所示的Test类的Java程序中,共有几个构造方法()。 public class Test{ private int x; public Test(){} public void Test(int i){ this.x=i; } public Test(String str){} }

  • 2021-04-14 问题

    'I flunked my test' means:

    'I flunked my test' means:

  • 2021-04-14 问题

    --- I passed the driving test this morning. ---________!

    --- I passed the driving test this morning. ---________!

  • 2021-04-14 问题

    I'll tell you the result of the test ________ I know it.

    I'll tell you the result of the test ________ I know it.

  • 2022-08-04 问题

    I didn't do well in the test as I had a terrible ______.

    I didn't do well in the test as I had a terrible ______.

  • 2022-05-26 问题

    已知下面的类:class Test {int a;Test (int i) { a = i; }编写一个名为swap()的方法来交换两个Test对象引用所引用对象的内容。

    已知下面的类:class Test {int a;Test (int i) { a = i; }编写一个名为swap()的方法来交换两个Test对象引用所引用对象的内容。

  • 1 2 3 4 5 6 7 8 9 10