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 meant by call by reference?
What does exclamation mean in java?
What is the size of boolean variable?
What is the use of StringTokenizer class?
Which is dependent variable?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is string and example?
Can we access instance variables within static methods ?
What is bom encoding?
What is the difference between size and length in java?
Differentiate between array list and vector in java.
Is an array a vector?
Why does java not support operator overloading?
What will happen if a thrown exception is not handled?
What is assembly used for?