问题:
A、作为Application 要定义main()方法,并且把main()方法所在的类定义为—个public类
B、为使该程序成为一个Applet,main()方法所在的这个public 类必须继承Applet 类或 LApplet 类
C、在该类中可以像普通Applet 类一样重写Applet 类的init()、start()、paint()等方法
D、转换后的程序只能在浏览器中加载执行,而不能在Appletviewer 中执行
相关内容