answersLogoWhite

0

Because an applet runs in a browser, and in this context the one in charge of the launch and execution of the applet is the Java Plug-in software in the browser.

This plugin controls the applet life cycle through methods in our applet. These methods are init, start, stop and destroy.

In this case the methods that the plugin search to begin the execution of the applet are init (to initialize itself) and start (to start the execution of the task in the applet).

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What applet in the windows 98 control panel is used to create a startup disk?

add/remove programs applet in the control panel !


What can be used to update replace or remove drivers for installed devices?

Add and Remove Programs applet


What applet in windows 98 control panel is used to create a startup disk?

add/remove programs


Why is a main function used by Grady Booch in C plus plus?

All C++ programs require an entry point and the main function provides that entry point.


Differences between Java Applet and Java Beans?

Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC


What is main function used in c?

if you do not used main function in c program when errors are accrued


What vista window is used to uninstall software?

1. Open Control Panel and then click "Uninstall a Program".2.Control Panel, use the Add or Remove Programs applet to uninstall programs , or click start, run write: appwiz.cpl


Why function in VHDL?

A function is a subprogram written in VHDL. This program can be called and used in other programs.


The programming language used in creating an applet?

IOS


Which applet is used to configure togglekeys and soundsentry?

Accessibility Options


What do you mean by applet?

An applet is a piece of code that can be used for graphical user interaction. An applet generally uses java api's for applets. It could be a window/ a dialog box and some such gui. Visit www.sun.com for examples on applets


What are the advantages of having program in a class in C plus plus?

You don't write programs in a class in C++, you write programs that use classes. Every C++ has at least one function, main, the entry point of the application. You define the classes and functions that are used by your main function. Classes allow you to classify the objects used by your program, allowing data to be manipulated in a highly controlled manner, ensuring consistency and robustness throughout your program.