public interface AppletStub
When an applet is first created, an applet stub is attached to it using the applet's setStub method. This stub serves as the interface between the applet and the browser environment or applet viewer environment in which the application is running.
公共接口AppletStub
当Applet首先被创建时,Applet存根使用applet的StStub方法连接到它。该存根充当applet和浏览器环境之间的接口,或者应用程序正在运行的applet查看器环境。

本文介绍了Applet存根接口(AppletStub)的作用及其如何作为Applet与浏览器环境或Applet查看器环境之间的桥梁。
1243

被折叠的 条评论
为什么被折叠?



