多项选择题X 纠错

A. Float foo = -1;
B. Float foo = 1.0;
C. Float foo = 42e1;
D. Float foo = 2.02f;
E. Float foo = 3.03d;
F. Float foo = 0x0123;

参考答案:
查答案就用赞题库小程序 还有拍照搜题 语音搜题 快来试试吧
无需下载 立即使用

你可能喜欢

单项选择题

A. Compilation succeeds.
B. An error at line 2 causes compilation to fail.
C. An error at line 9 causes compilation to fail.
D. An error at line 10 causes compilation to fail.
E. An error at line 11 causes compilation to fail.

单项选择题

A. An instance of the Inner class can be constructed with “new Outer.Inner()”
B. An instance of the inner class cannot be constructed outside of package foo.
C. An instance of the inner class can only be constructed from within the outer class.
D. From within the package bar, an instance of the inner class can be constructed with “new inner()”

单项选择题

A. An anonymous inner class may be declared as final.
B. An anonymous inner class can be declared as private.
C. An anonymous inner class can implement multiple interfaces.
D. An anonymous inner class can access final variables in any enclosing scope.
E. Construction of an instance of a static inner class requires an instance of the enclosing outer class.

多项选择题

A. public interface Person{}  public class Employee extends Person{}
B. public interface Shape{}  public class Employee extends Shape{}
C. public interface Color{}  public class Employee extends Color{}
D. public class Species{}  public class Animal (private Species species;)
E. interface Component{}  Class Container implements Component (  Private Component[ ] children;  )

多项选择题

A. Private void setVar (int a, float c, int b) {}
B. Protected void setVar (int a, int b, float c) {}
C. Public int setVar (int a, float c, int b) (return a;)
D. Public int setVar (int a, int b, float c) (return a;)
E. Protected float setVar (int a, int b, float c) (return c;)

多项选择题

A.ConstOver(){}
B.Protected int ConstOver (){}
C.Private ConstOver (int z, int y, byte x) {}
D.Public Object ConstOver (int x, int y, int z) {}
E. Public void ConstOver (byte x, byte y, byte z){}

赞题库

赞题库-搜题找答案

(已有500万+用户使用)


  • 历年真题

  • 章节练习

  • 每日一练

  • 高频考题

  • 错题收藏

  • 在线模考

  • 提分密卷

  • 模拟试题

无需下载 立即使用

版权所有©考试资料网(ppkao.com)All Rights Reserved