Brief the life cycle of an applet.
Answer / 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 |
What is the final keyword?
What type of language is java?
what happens when we add the objects morethan the size limit to a hashmap
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is a numeric format?
What are listeners in java and explain ?
Why does java not allow multiple public classes in a java file ?
Is int a class in java?
How is a variable stored in memory?
Explain JSP life cycle
I/O blocking means?
Write a program to calculate factorial in java?