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
How many ways can an argument be passed to a subroutine and explain them?
What purpose do the keywords final, finally, and finalize fulfill?
What is difference between string and new string?
Explain the difference between private, public, package and protected in java?
Explain about java sdk?
What does a boolean method return?
What is a programming object?
Define jit compiler?
List any five features of java?
Can we declare a class as static?
Write a program in java to create a doubly linked list containing n nodes.
Why do we need strings in java?
What lambda means?
Name some OOPS Concepts in Java?
What is the use of runnable interface?