The start( method Invoked after the init( method is executed; also called whenever the applet becomes active again after a period of inactivity(for example, when the user returns to the page containing the applet after surfing other Web pages) a subclass of applet overrides this method if it has any operation that needs to be performed whenever the Web page containing the applet is visited.An applet with animation, for example, might use the start method to resume animation Liang, Introduction to Java Programming, Sixth Edition, (c)2005 Pearson Education, Inc. All rights reserved. 0-13-148952-6Liang, Introduction to Java Programming, Sixth Edition, (c) 2005 Pearson Education, Inc. All rights reserved. 0-13-148952-6 12 The start() Method Invoked after the init() method is executed; also called whenever the applet becomes active again after a period of inactivity (for example, when the user returns to the page containing the applet after surfing other Web pages). A subclass of Applet overrides this method if it has any operation that needs to be performed whenever the Web page containing the applet is visited. An applet with animation, for example, might use the start method to resume animation