填空题

变量名、 【14】 首单词小写,其余单词只有首字母大写。

【参考答案】

方法名
<上一题 目录 下一题>
热门 试题

填空题
Applet工作在图形方式下,向其中绘图、显示动画等都需要使用方法 【13】 。
填空题
阅读下面代码:import java.awt.*;public class Exam11_2{public static void main (String args[]){______;f.add( North ,new Button( North ));f.add( South ,new Button( South ));f.add( East ,new Button( East ));;f.add( West ,new Button( West ));f.add( Center ,new Button( Center ));f.pack();f.setVisible(true);}}请在程序中的画线处添上适当的语句 【11】 ,使程序能正确执行。
相关试题
  • 下列JApplet对鼠标单击事件进行处理,当鼠...