可学答题网 > 问答 > 井控理论知识题库,井控知识考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

现有:   public interface


现有:   public interface A {}   以下哪项声明是合法的?() 

  • Aa = new A();
  • B A[] a = new A[];
  • C A[] a = new A[10];
  • D 以上皆错
参考答案
参考解析:
分类:井控理论知识题库,井控知识考试题库
相关推荐

1、public interface Foo{ 

public interface Foo{ int k = 4; }  Which three are equivalent to line 2?() &ensp...

2、public interface Foo {

public interface Foo { int k = 4; 3. } Which three are equivalent to line 2?()A&e...

3、public interface A {&e

public interface A { String DEFAULT_GREETING = Hello World; public void method1(); } A prog...

4、现有:  public interface 

现有: public interface A {}  以下哪项声明是合法的?() A A a = new A();B A[] a =&ensp...

5、现有:  1.  interface&ens

现有: 1.  interface Animal  f     2.    void eat();    &ensp...

6、现有:  interface Animal 

现有: interface Animal {      void eat () ;      }   &en...