Java   View all facts   Glossary   Help
Java program > applet viewer
Next Java programapplication    UpJava program    Previous Java programapplet   

applet viewer
subjectfact 
applet viewerhas purpose allows you to run applets in an html file outside a web browseradded by: JK, source: On To Java, 2001-10-19 11:36:03.0
is part of the Java Development Kitadded by: JK, source: Java in a Nutshell, 2001-10-19 11:36:03.0
is a subtopic of Applets2001-10-19 11:36:03.0
is a kind of Java programadded by: Marvin, 2001-10-19 11:36:03.0
to run you type on the command line:
appletviewer file:///fileName
where fileName is a URL or the path to an HTML file
added by: JK, source: Java in a Nutshell, 2001-10-19 11:36:03.0
Java programcan be compiled on any platform that has a Java compiler    2001-10-19 11:37:09.0
can be run on any implementation of the Java Virtual Machine specification    2001-10-19 11:37:09.0
has 0 or 1 name2001-10-19 11:37:09.0
is portable because it is compiled into bytecode that can run on any computer with a Java Virtual Machine    2001-10-19 11:37:09.0
is usually slower than native code2001-10-19 11:37:09.0
is executed by a Java Virtual Machine2001-10-19 11:37:09.0
must be readable by humans2001-10-19 11:37:09.0
runs on a Java platform2001-10-19 11:37:09.0
should follow consistent guidelines that make the program easy to read2001-10-19 11:37:09.0
to run you may need platform-specific instructions2001-10-19 11:37:09.0