Java View all facts Glossary Help |
Java program > applet viewer |
applet viewer | ||||
subject | fact |
applet viewer | has purpose allows you to run applets in an html file outside a web browser | |
is part of the Java Development Kit | ||
is a subtopic of Applets | ||
is a kind of Java program | ||
to run you type on the command line:appletviewer file:///fileNamewhere fileName is a URL or the path to an HTML file | ||
Java program | can be compiled on any platform that has a Java compiler | |
can be run on any implementation of the Java Virtual Machine specification | ||
has 0 or 1 name | ||
is portable because it is compiled into bytecode that can run on any computer with a Java Virtual Machine | ||
is usually slower than native code | ||
is executed by a Java Virtual Machine | ||
must be readable by humans | ||
runs on a Java platform | ||
should follow consistent guidelines that make the program easy to read | ||
to run you may need platform-specific instructions |