可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

public interface Foo{ 


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

  • A Final int k = 4;
  • B Public int k = 4;
  • C Static int k = 4;
  • D Private int k = 4;
  • E Abstract int k = 4;
  • F Volatile int k = 4;
参考答案
参考解析:
分类:SCJP程序员认证考试题库
相关推荐

1、public interface Foo {

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

2、public class foo {&ens

public class foo { public static void main (string[]args) try {return;} finally {system.out.printIn(F...

3、10. interface Foo {&en

10. interface Foo { int bar(); } 11. public class Sprite { 12. public int fubar( ...

4、public class Foo {&ens

public class Foo { public void main (String [] args)   { system.out.printIn(Hello World.);...

5、public class Foo {&ens

public class Foo { public void main( String[] args ) { System.out.println( Hello + args[0]&e...

6、public class foo {&ens

public class foo {  public static void main (stringargs)  try {return;}  finally {syste...