Question :What are the Applet's Life Cycle methods? Explain them? (Applets)
Answer :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
start() method - called each time an applet is started
paint() method - called when the applet is minimized or refreshed. This
method is used for drawing different strings, figures, and images on the
applet
window
stop() method - called when the browser moves off the applet’s page
destroy() method - called when the browser is finished with the applet
www.interviewhelper.org is a hope for all the Job seekers. Users can find unlimited here. These range from technical to HR, from functional to behavioral. www.interviewhelper.org contains in the fields like Ajax,VB,Networking,Sharepoint,JEE,Perl,Javascript,Bioinformatics,Classic ASP,Unix,Linux,Accounting,Oracle DBA,Microprocessor,Bluetooth,jms,jme,.net framework,ABAP,ASP,ASP.net,Basic .net Framework,Interview Questions,C language,C++,database,Oracle,Java,PHP,LAMP,SAP etc.
Tuesday, March 10, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment