what is life cycle of applet?

Answers were Sorted based on User's Feedback



what is life cycle of applet?..

Answer / pkr_reddy

the lifecycle of applets are

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

Is This Answer Correct ?    58 Yes 13 No

what is life cycle of applet?..

Answer / heena mali

four of these method -
1.init()
2.start()
3.stop()
4.destroy()
-Another paint() is define by the AWT component class
-Default implementation for all of these methods are
provided
-These five method can be assemded into the skeleton.

Is This Answer Correct ?    41 Yes 5 No

what is life cycle of applet?..

Answer / vimal pratap

the lifecycle of applets are

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

Is This Answer Correct ?    25 Yes 5 No

what is life cycle of applet?..

Answer / ravikiran

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

Is This Answer Correct ?    33 Yes 17 No

what is life cycle of applet?..

Answer / 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

what is life cycle of applet?..

Answer / kasuraju

my job perpes

Is This Answer Correct ?    3 Yes 0 No

what is life cycle of applet?..

Answer / neha

1.initialization state
2.running state
3.display state
4.stop state
5.destroy state

Is This Answer Correct ?    4 Yes 1 No

what is life cycle of applet?..

Answer / shobha

init
start
running
dead

Is This Answer Correct ?    5 Yes 5 No

what is life cycle of applet?..

Answer / shalu

init();
start();
pain();
stop();
destory();

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Core Java Interview Questions

if two references are having same hash codes,is that means those are refering to same object?

5 Answers   CTS,


Can we override compareto method?

0 Answers  


What is reflexive association?

1 Answers   Infogain,


What is the main functionality of Prepared Statement?

4 Answers  


What is string example?

0 Answers  






How do you declare an array in java?

0 Answers  


What is the latest version of java?

0 Answers  


Can we sort arraylist in java?

0 Answers  


Can we increase array size dynamically in java?

0 Answers  


Hai friends I am MCA 2006 passout. Spend time in 1 yr for teacing and 5 months in small s/w firm. worked in 4 or 5 months in few places. Presently I am writing bank exams. I want to get back to IT sector. Are there any possibilities. any growth prospects?. I am having some knowledge in core and advanced java. I am so desperate. Any suggestions thanks in advance. u can write to my mail mahidestiny@gmail.com

4 Answers  


What is join () in java?

0 Answers  


Differentiate between nested and inner class in java.

0 Answers   Akamai Technologies,


Categories