Answer Posted / priyanka kumari
the life cycle of applet are
init()method
start(); method
paint();method
stop();method
destroy();method
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Where are local variables stored?
explain different ways of using thread? : Java thread
what is session in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is sleep method?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
Difference between Preemptive scheduling vs. Time slicing?
What are different ways of object creation in java ?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What is the replace tool?
What is jit and its use?
How you can force the garbage collection?
How do you convert int to char in java?
What is the difference between preemptive scheduling and time slicing in java programming?
Why is java multithreaded?