当前位置:SCJP程序员认证考试题库

问题:

[单选]

What will be the appearance of an applet with the following init() method?  
public void init() {  
add(new Button("hello"));  }  

A . Nothing appears in the applet.
B . A button will cover the whole area of the applet.
C . A button will appear in the top left corner of the applet.
D . A button will appear, centered in the top region of the applet.
E . A button will appear in the center of the applet.

简述侵染循环特点。 西方国家使用最为广泛的公共选择理论的原则是() 多数票原则。 交易成本原则。 产权原则。 逆向选择原则。 一般情况下,居民消费倾向() 为基本的消费支出。 总是小于1。 总是大于1。 总是等于1。 周期性失业是指() 经济中由于正常的劳动力总需求不足而引起的失业。 由于总需求不足而引起的短期失业。 由于经济中一些难以克服的原因所引起的失业。 由于经济中一些制度上的原因引起的失业。 稳压管正常工作时电流在很大范围内变化。

What will be the appearance of an applet with the following init() method?  
public void init() {  
add(new Button("hello"));  }  

参考答案:

  参考解析

本题暂无解析

在线 客服