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
How would you create a button with rounded edges?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Explain what is orm?
Explain the advantages and disadvantages of detached objects.
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?
How can I scroll through list of pages like the search results in google?
What is a sessionfactory? Is it a thread-safe object?
Why do threads block on i/o?
How will you pass parameters in RMI? Why do you serialize?
Name three component subclasses that support painting?
wahts is mean by dynavalidatorform in struts/
what are memory considerations of jsp compares to other web components?
Explain about thread synchronization inside a monitor?
How database connectivity in XML is achieved?
What is in-memory replication?