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
What is a tasks priority and how is it used in scheduling?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What are the services in RMI ?
Why a client should be multithreading? Explain.
what is Activation Instantinator?
What do you need to set-up a cluster with jboss?
What is the infobus?
How primary key is implemented in Oracle?
Why won’t the jvm terminate when I close all the application windows?
Do I have to use jsps with my application?
Can I run seam with jdk 1.4 and earlier?
What is the difference between RMI registry and OS Agent?
What are the different methods of identifying an object?
Difference between DurableSubscription and non- DurableSubscription?
what is an isolation level?