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

你可能喜欢

单项选择题

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. 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) { }

填空题

Public class test ( 
Public static void stringReplace (String text)  ( 
Text = text.replace (‘j’ , ‘i’); 
) 
public static void bufferReplace (StringBuffer text)  ( 
text = text.append (“C”) 
)  
public static void main (String args[]}  ( 
String textString = new String (“java”); 
StringBuffer text BufferString = new StringBuffer (“java”); 
stringReplace (textString); 
BufferReplace (textBuffer); 
System.out.printLn (textString + textBuffer); 
) 
)  
What is the output?()

参考答案:JAVAJAVA

填空题

Public class test ( 
Public static void main (String args[])  ( 
System.out.printIn (6 ^ 3); 
) 
)  
What is the output?()

参考答案:5

多项选择题

A. (i ==1)
B. (i == d)
C. (d == 1)
D. (i.equals (d))
E. (d.equals (i))
F. (i.equals (42)

赞题库

赞题库-搜题找答案

(已有500万+用户使用)


  • 历年真题

  • 章节练习

  • 每日一练

  • 高频考题

  • 错题收藏

  • 在线模考

  • 提分密卷

  • 模拟试题

无需下载 立即使用

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