answersLogoWhite

0


Best Answer

Applets can be easily embedded in an HTML page for graphical presentation.Since

applets java programs so the write once run anywhere.It is flexible also.Apart from

this applets are executed in almost every browser.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why applet is more appropriate in internet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you run applet program?

By Embedding it into a HTML page, create a new file with the extension .html (like app.html) insert following code: No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!! Adjust the code for your applet file (can't help there i am not a java programmer) or just use : No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!! but i recommend the first because the applet tag is deprecated and not supported in XHTML


What is the difference local applet and remote applet?

A LOCAL applet is the one which is stored on our computer system.when browser try to access the applet, it is not necessary for our computer to be connected to The Internet. A REMOTE applet is the one which is not stored on our computer system and we are required to be connected to the Internet. PARITOSH Khanna Happy Programing


How is an applet started by a browser?

Once you have made the applet, you need to make an HTML file to launch the applet. Search google for examples, it's only about 3 lines of code


Why you have applet?

An applet is a software component that runs in the context of another program, for example a web browser. An applet enables my safari browser to translate certain files (images) at a windows only based website. Without the java applet my computer could not read them.


What is A defense against a hostile Java applet?

One defense against a hostile java applet is to disable applet functionality on the computer. This would prevent all applets - hostile, benign, and beneficial from executing.

Related questions

Is Syobon Action on the Internet?

Yes, it is. http://www.geocities.jp/z_gundam_tanosii/home/applet/Main.html


How do you get wireless internet on Linux?

The easiest way is to use the "networkmanager" applet. In kde it is called "knetworkmanager".


What applet in Control Panel is used to enable and disable Internet Connection firewall?

network connection


Differentiate Java applet and Java servlet?

Java Applet is an application designed to transmit on internet to execute on java compatible browsers. Java Servlet is a server side program used to provide services to clients.


What is the DOS command applet?

There is nothing called DOS applet.. You can run Java applet from DOS..


When an applet become an applet?

Any Java class that extends java.applet.Applet is an applet. http://java.sun.com/j2se/1.5.0/docs/api/java/applet/Applet.html


Which tab of the display applet is used to set the wallpaper?

The tab of the display applet that is used to set the wallpaper is called the Desktop. The computer has built-in software for personalizing the Desktop. Wallpapers can also be personalized by using a users photos or downloading others from the Internet.


Why main function is not used in applet programs?

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).


Is there a way to connect an IRC applet to QuakeNet?

QuakeNet has its own webchat applet named 'qwebirc'. Preferably using their own applet. Information about their applet can be found on their website. A direct link to incorporating a client hosted on their server follows, http://webchat.quakenet.org/. Incorporating their applet on your own server is possible too, by installing their applet's source code on your server. A direct link to the source code for the applet can be found at http://qwebirc.org/.


What are the two types of programs?

2 types of java programs are application and applet application program is the one which run on ur computer under the O.S of ur computer. applet is an application designed to be transmitted over the internet and executed java compatible web browser.


How do you run applet program?

By Embedding it into a HTML page, create a new file with the extension .html (like app.html) insert following code: No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!! Adjust the code for your applet file (can't help there i am not a java programmer) or just use : No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!! but i recommend the first because the applet tag is deprecated and not supported in XHTML


How do you open a DOS command applet in Windows?

There is nothing called DOS applet..