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

public interface Foo {


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

  • A final int k = 4;
  • B public int k = 4;
  • C static int k = 4;
  • D abstract int k = 4;
  • E volatile int k = 4;
  • F protected int k = 4;
参考答案
参考解析:
分类:SCJP程序员认证考试题库
相关推荐

1、public interface Foo{ 

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

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...