(4) Design for embedding Applets in html :
Applet’s init(), start(), stop(), and destroy(), methods work as hooks to be called polymorphically by the browser.
Can the Applet be considered to be an example of an application framework class ?
MyApplet
init()
start();
stop()
destroy()
Applet
HTML
Browser
Previous slide
Next slide
Back to first slide
View graphic version