From Java Academy I:Elementary Java NPAC/ECS Java Academy -- February to April 98. byTom Scavo
The following methods are invoked automatically by the Java interpreter: public void init(); public void start(); public void stop(); public void destroy();
Initially, these methods of the Applet class all have empty bodies, but...