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
Write a program to solve producer consumer problem in java?
Explain the transient field modifier?
When would you use a static class?
worst case complexities of Quick sort and Merge sort.
What is the effect of keeping a constructor private?
Give reasons supporting that string is immutable.
How do you create a null object?
How the interruptible method gets implemented?
Is it possible to compare various strings with the help of == operator?
What is consumer in java?
How will you serialize a singleton class without violating singleton pattern?
What does t in java mean?
Tell me the latest versions in java related areas?
What is lossy conversion in java?
What are "methods" and "fields"?