what is life cycle of applet?

Answer Posted / pkr_reddy

the lifecycle of applets are

init();
start();
paint();
stop();
destroy();

Is This Answer Correct ?    58 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a qualifier in a sentence?

529


Why main method is called first in java?

543


What is procedure writing?

511


Can a method be static?

527


Define an abstract class with reference to java.

578






explain copyonwritearraylist and when do we use copyonwritearraylist?

543


What is the use of static methods?

589


Discuss about garbage collector in Java.

645


I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?

591


Can you inherit a constructor java?

577


List any five features of java?

568


What is bom encoding?

556


How does multithreading take place on a computer with a single cpu?

544


What is finalize method?

580


When should I use singleton pattern?

545