Answer Posted / pkr_reddy
the lifecycle of applets are
init();
start();
paint();
stop();
destroy();
| Is This Answer Correct ? | 58 Yes | 13 No |
Post New Answer View All Answers
What do you mean by ordered and sorted in collections in java?
How many types of assembly languages are there?
Why is string class considered immutable?
Is null a value?
Why destructor is not used in java?
Can inner class extend any class?
What is a function argument in java?
How variables are stored in memory?
What is null in java?
Mention a package that is used for linked list class in java.
What is the purpose of abstract class?
What is the difference between numeric and integer?
What are the ways in which a thread can enter the waiting state?
What is finalize method?
Why are there no global variables in java?