Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the role of the AppletStub in executing an applet in a browser?

applet browser executing
0
Posted

What is the role of the AppletStub in executing an applet in a browser?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123