What is the role of the AppletStub in executing an applet in a browser?
Location: http://www.jguru.com/faq/view.jsp?EID=296038 Created: Jan 7, 2001 Modified: 2001-01-08 05:03:11.558 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Question originally posed by venu madhavi gonella (http://www.jguru.com/guru/viewbio.jsp?EID=211968 The browser vendor provides an implementation of the AppletStub interface so applets can read parameters, load support files, and determine if they are active, among other tasks. These capabilities are abstracted out into the interface implementation and the browser installs the stub when the applet starts up. Thus, as an applet writer you don’t have to configure your applet on how to do any of these tasks and the browser vendor doesn’t have to provide its own custom Applet class providing its own custom implementations for developers to subclass for that specific browser.
Related Questions
- While downloading and executing an applet, there is no action but a gray rectangle box appears in the browser. Whats going on?
- While downloading and executing an applet, there appears broken character which seems odd compared to usual. What is wrong?
- What is the recommended internet browser for running Java applet?