answersLogoWhite

0

Can you run applet on web-browsers?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

Yes. Java's Applet class was made specifically to be embedded within a web browser window.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you run applet on web-browsers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the DOS command applet?

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


Describe java applet?

applets are small programs that can be run on a browser's window or an applet viewer.


Differniate between applet and servlet in java?

Applet: It is run on browser, i mean client side. Servlet: It is run on server, i mean server side.


How do you run and compile a java applet program?

One can run and compile a Java applet program by agreeing to the terms and downloading it. It is possible to get a compiler online that will compile and run Java programs.


How can you run frame program in java?

Same as that of the applet we need to run this frame...........


Can an applet be run even without a HTML file?

Yes. We have an applet viewer that can help us view applets without a web browser and a HTML file


What is the name of application programs that run on a webpage and may provide animation?

APPLET


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 an important difference between writing a Java application and a Java applet?

A Java applet is embedded within a web page, while a Java application will run directly on your computer.


What is a small program that resides on a server designed to be downloaded and run on a client computer?

applet


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


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