java 编程语言基础(外文文献翻译).doc
约11页DOC格式手机打开展开
java 编程语言基础(外文文献翻译),like applications, applets are created from classes. however, applets do not have a main method as an entry point, but instead, have several methods to control ...
内容介绍
此文档由会员 wanli1988go 发布
Like applications, applets are created from classes. However, applets do not have a main method as an entry point, but instead, have several methods to control specific aspects of applet execution.
This lesson converts an application from Lesson 2 to an applet and describes the structure and elements of an applet.
1、Application to Applet
2、Run the Applet
3、Applet Structure and Elements
4、Packages
5、More Information
像Java Application小应用程序一样,Java Applet小程序也是从类中创建来的。然而,Java小程序没有作为程序执行入口点的main方法,但是,作为代替,它有一些自身的方法来控制它的执行。
在这一课中我们把第二课中的一个小应用程序转变成一个小程序,并藉此描述小程序的基本结构和原理。
1、从Java小应用程序到Java小程序
2、运行Java小程序
3、Java小程序的结构和原理
4、包
5、更多信息
This lesson converts an application from Lesson 2 to an applet and describes the structure and elements of an applet.
1、Application to Applet
2、Run the Applet
3、Applet Structure and Elements
4、Packages
5、More Information
像Java Application小应用程序一样,Java Applet小程序也是从类中创建来的。然而,Java小程序没有作为程序执行入口点的main方法,但是,作为代替,它有一些自身的方法来控制它的执行。
在这一课中我们把第二课中的一个小应用程序转变成一个小程序,并藉此描述小程序的基本结构和原理。
1、从Java小应用程序到Java小程序
2、运行Java小程序
3、Java小程序的结构和原理
4、包
5、更多信息