Answer Posted / nashiinformaticssolutions
The life cycle of an applet involves the following.
1. Initialization
2. Start
3. Stop
4. Destroy
5. Paint
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a substitution variable?
What is the purpose of using break in each case of switch statement?
What are internal and external variables?
What are the differences between the constructors and methods?
How do you decide when to use arraylist and linkedlist?
Can we define constructor in inner class?
When should I use singleton pattern?
What does || mean in vectors?
Can we inherit a class with private constructor?
Which programming language is most secure?
Does importing a package imports its sub-packages as well in java?
Is class forname reflection?
What is the difference between import java.util.date and java .util?
What happens if a constructor is declared private?
What is printwriter in java?