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 the lifecycle of an applet?

Answer Posted / m abhishek

following four methods in an applet's life:
public void init();//called once in an applet's life, when
the applet is first loaded.
public void start();//called at least once in an applet's
life, when the applet is started or restarted.
public void stop();//called at least once in an applet's
life, when the browser leaves the page in which the applet
is embedded.
public void destroy();//called once in an applet's life,just
before the browser unloads the applet.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the wait(), notify(), and notifyall() methods?

970


What restrictions are placed on the location of a package statement within a source code file?

1057


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1775


what are the advantages of JTA over JTS?

2143


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

978


How is a java object message delivered to a non-java client?

993


How to pass parameters in RMI?

2217


Which containers use a border layout as their default layout?

1071


What is the difference between the session.update() method and the session.lock() method?

963


What are the pros and cons of detached objects?

929


What are the diff types of exception?

1002


What value does read() return when it has reached the end of a file?

982


Which javutil classes and interfaces support event handling?

994


Can I map more than one table in a cmp?

1029


how do you Handle Front End Application data against DB with example?

1914