Answer Posted / m abhishek
following four methods in an applet's life:
public void init();//called once in an applet's life, when
the applet is first loaded.
public void start();//called at least once in an applet's
life, when the applet is started or restarted.
public void stop();//called at least once in an applet's
life, when the browser leaves the page in which the applet
is embedded.
public void destroy();//called once in an applet's life,just
before the browser unloads the applet.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is the session factory thread safe?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
Do you think that java should have had pointers?
If your ui seems to freeze periodically, what might be a likely reason?
what is Activation Instantinator?
For which statements does it make sense to use a label?
What is the purpose of the finally clause of a try-catch-finally statement?
What are the steps to write p-to-p model application?
how to use debug in my elipse to solve problems that exist in my project
What event results from the clicking of a button?
What is the purpose of the wait(), notify(), and notifyall() methods?
Do I need to import javlang package any time? Why ?
Are enterprise beans allowed to use thread.sleep()?
how do you Handle Front End Application data against DB with example?
Explain about RMI Architecture?