Answer Posted / vimal pratap
the lifecycle of applets are
init();
start();
paint();
stop();
destroy();
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
What is difference between static and abstract class?
Why are global variables used?
What is the purpose of using break in each case of switch statement?
What is a bubble sort in java?
Why do we need singleton?
What is difference between protected and private?
Are primitives objects?
what is the difference between yielding and sleeping? : Java thread
What is the difference between inheritance and encapsulation?
Is array a class in java?
What is the difference between ArrayList and Vector? which one is better in Java
What is meant by the value of a variable?
What is the purpose of an interface?
What is Java Package and which package is imported by default?
What is string builder in java?