国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

java 編程語言基礎(chǔ)(外文文獻(xiàn)翻譯).doc

約11頁(yè)DOC格式手機(jī)打開展開

java 編程語言基礎(chǔ)(外文文獻(xiàn)翻譯),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 ...
編號(hào):9-206277大小:59.50K
分類: 論文>外文翻譯

內(nèi)容介紹

此文檔由會(huì)員 wanli1988go 發(fā)布

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小應(yīng)用程序一樣,Java Applet小程序也是從類中創(chuàng)建來的。然而,Java小程序沒有作為程序執(zhí)行入口點(diǎn)的main方法,但是,作為代替,它有一些自身的方法來控制它的執(zhí)行。
在這一課中我們把第二課中的一個(gè)小應(yīng)用程序轉(zhuǎn)變成一個(gè)小程序,并藉此描述小程序的基本結(jié)構(gòu)和原理。
1、從Java小應(yīng)用程序到Java小程序
2、運(yùn)行Java小程序
3、Java小程序的結(jié)構(gòu)和原理
4、包
5、更多信息