Answer Posted / vimal pratap
the lifecycle of applets are
init();
start();
paint();
stop();
destroy();
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
What causes memory leak in java?
Why main method is called first in java?
What is the purpose of default constructor?
Explain different states of a thread in java?
Can you pass functions in java?
What is the core java?
how does the run() method in runnable work? : Java thread
Explain the private protected method modifier?
What is the difference between method overriding and overloading?
Explain yield() method in thread class ?
How do you sort arrays in java?
How many bits are in a sentence?
What is type safety in java?
What are actual parameters?
Write a java program to check if a number is prime or not?