中国大学MOOC: applet要extends JApplet或extends Applet
举一反三
- 在Applet属性中,CODE属性指定包含Applet或JApplet【 】文件名。
- 下列类定义中,不正确的是(<br/>) A: class x extends y {<br/>.... } B: static class x <br/>implements y1,y2 { .... } C: public class x extends<br/>Applet { .... }
- 类的声明“public class Test extends Applet implements Runable{}”中,定义的类名是__________,其父类是___________。
- 中国大学MOOC: 在游戏类的applet中,经常要用到random
- 中国大学MOOC:applet有main()方法