Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is a method header?

0 Answers  


What is the difference between jdk, jre, and jvm?

0 Answers  


What are the drawbacks of singleton class?

0 Answers  


what is the use of reference variable

6 Answers  


where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?

4 Answers   iFlex,


did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???

7 Answers   IBM,


can we declare private class in java file?

13 Answers  


Difference between collection, collection and collections in java?

0 Answers  


Define an abstract class with reference to java.

0 Answers  


Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........

2 Answers   Honeywell,


What is the purpose of having the concept of overloading?

7 Answers   Ness Technologies,


What is "Java Native Interface" and how to use it?

1 Answers   IBM,


Categories