Tuesday, November 29, 2011

What are the Applet?s Life Cycle methods? Explain them? - Following are methods in the life cycle of an Applet

* init() method - called when an applet is first loaded. This method is called only once in the entire cycle of an applet. This method usually intialize the variables to be used in the applet.:1.public void init():-when applet is first time loaded in jvm
Category:Applet Interview Questions

No comments:

Post a Comment