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
Can we convert stringbuffer to string?
How can we make sure main() is the last thread to finish in java program?
Is math an abstract class in java?
When do we use synchronized blocks and advantages of using synchronized blocks?
How do you check if a character in a string is a digit or letter?
How we can run a jar file through command prompt in java?
How to find the largest value from the given array.
What is the difference between class & structure?
Why string is called as immutable?
Is char a method in java?
What is high level language in computer?
How to display all the prime numbers between 1 and 100
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
How many bits is a word?
explain copyonwritearraylist and when do we use copyonwritearraylist?