What is the order of method invocation in an Applet?
Answer Posted / ravikiran
init
start
paint
stop
destroy
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is use of super keyword?
How objects of a class are created if no constructor is defined in the class?
What is the static import?
How does class forname work in java?
What is the syntax and characteristics of a lambda expression? Explain
What is the difference between super class & sub class?
Explain about oops concepts.
What is pojo class in java?
What is difference between throw and throws ?
What are synchronized methods ?
Can you instantiate the math class in Java?
Explain serialization and deserialization in java?
What does exclamation mean in java?
Explain the Propertie sof class?
What is the difference between double and float variables in java?