what is life cycle of applet?
Answers were Sorted based on User's Feedback
Answer / pkr_reddy
the lifecycle of applets are
init();
start();
paint();
stop();
destroy();
| Is This Answer Correct ? | 58 Yes | 13 No |
Answer / heena mali
four of these method -
1.init()
2.start()
3.stop()
4.destroy()
-Another paint() is define by the AWT component class
-Default implementation for all of these methods are
provided
-These five method can be assemded into the skeleton.
| Is This Answer Correct ? | 41 Yes | 5 No |
Answer / vimal pratap
the lifecycle of applets are
init();
start();
paint();
stop();
destroy();
| Is This Answer Correct ? | 25 Yes | 5 No |
Answer / priyanka kumari
the life cycle of applet are
init()method
start(); method
paint();method
stop();method
destroy();method
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / neha
1.initialization state
2.running state
3.display state
4.stop state
5.destroy state
| Is This Answer Correct ? | 4 Yes | 1 No |
Why should I use abstract class?
What is * argv?
Difference between the String and StringBuffer classes?
What do you mean by data type?
Is upper case in java?
What does pointer mean?
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
can any one send me the example program of immutable class?
Difference between Interface & Abstract class?
How big is a 32 bit integer?
Define inheritance?
what do you mean by stream pipelining in java 8? Explain