answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can an applet be run even without a HTML file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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


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 compile applet programs in java?

1. first you type your applet programm in notepad in save it as classname.java in the bin directory. example: if the class name is A then save it in jdk1.5->bin as A.java2. now create a HTML file in notepad as given belowand save it as in bin by A.HTMLNOTE: applet code should be always classname.java and also save with same classname.HTML3. now go to strart->run type cmd press enter the dos screen will open.4. give the location where you saved the file asD: CD jdk1.5 press enterCD bin enterjavac A.javaappletviewer A.HTML


Where is the HTML file on you blog?

Where is the HTML file on you blog?


What is an HTML file extension?

The original extension of a HTML page was .htm because of file name restrictions that limited filetype extensions to 3 characters, today you can use 3 or 4 so either .html or .htm is perfectly fine.

Related questions

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


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 applet has a file extension?

.cpl


What is the file extension of an applet?

An applet is a Java application, this saves files in a .class extension


How can a person convert a PowerPoint presentation into a Flash applet?

To convert a PowerPoint presentation into a Flash applet you need to download it onto a Java multimedia file. Take the multimedia file and download it onto a Flash applet.


How do you compile applet programs in java?

1. first you type your applet programm in notepad in save it as classname.java in the bin directory. example: if the class name is A then save it in jdk1.5->bin as A.java2. now create a HTML file in notepad as given belowand save it as in bin by A.HTMLNOTE: applet code should be always classname.java and also save with same classname.HTML3. now go to strart->run type cmd press enter the dos screen will open.4. give the location where you saved the file asD: CD jdk1.5 press enterCD bin enterjavac A.javaappletviewer A.HTML


I have a HTML website I want to use a php script I have but the main php file has the info in it and I want it to be on the HTML site how can I embed or use the php code without using frames?

change the extention of the .HTML file to .php and then open the file that was previously HTML and put <?php include ("path/to/second/php/file.php"); ?> so for example if i have page1.HTML and page2.php i rename page1.HTML to page1.php and then put <?php include ("page2.php"); ?> where i want page2 to appear. Note: Any HTML file can be renamed to have a .php extention even if it doesnt contain any PHP.


Where is the HTML file on you blog?

Where is the HTML file on you blog?


How do you send a HTML attachment?

You can save your HTML file from the browser as an Archived HTML file, but the best way to send a HTML file and its folders is to zip it.


What is th difference between saving an HTML file and opening an HTML file?

When you save an HTML file, the contents of that file are written on the hard drive. This has the effect of changing the contents of the file. When you read and HTML file, the file remains unchanged on the disk.


How do you save a text file as HTML if the HTML file choice is not in Notepad?

When you go to save your file, type in your desired file name, then type ".html" on the end. This tells Notepad that you want to save your document as an HTML file.


What is the difference between applet and jsp?

Applet is an executable file that is automatically downloaded when we open a browser. Swing applications can operate on local data when the network is not there.