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 are the parts of methodology?
what is the difference between cd & dvd ?
30 Answers Lovely Professional University, Satyam, Sibylsys,
Is arraylist sorted in java?
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
Can we force the garbage collection to run?
What is the reason that multiple inheritance is not possible in java??
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Why multiple inheritance is not supported by java?
How objects are stored in java?
What is a jit compiler?
explain System.out.println()