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
Difference between vector and arraylist.
Which of the following classes will have more memory allocated?
How do I compare two strings in word in java?
Can we force the garbage collection to run?
Explain the difference between association, aggregation and inheritance relationships.
What if constructor is protected in java?
What kind of variables a class can consist of?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What is Classloader in Java?
What is the purpose of finalization in java programming?
What is integers and example?
Explain inner classes ?
Why you should not use singleton?
What is space character in java?
What is flush () in java?