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
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Can I run seam outside of jboss as?
What does module-relative mean?
What is the difference between the session.update() method and the session.lock() method?
What is the purpose of the notifyall() method?
Difference between loadclass and class.forname?
To what value is a variable of the string type automatically initialized?
What class is used to create Server side object ?
what are memory considerations of jsp compares to other web components?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What are local interfaces? Describe.
Can I use javascript to submit a form?
What is the difference between session and entity beans?
Is “abc” a primitive value?
How will you pass parameters in RMI? Why do you serialize?