Java   View all facts   Glossary   Help
Java program > Java interpreter > Java Plug-in
UpJava interpreter

Java Plug-in
subjectfact 
Java Plug-incan be downloaded from Sun    added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:08.0
has definition A free browser add-on that supports the latest version of Javaadded by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:08.0
has documentation at Sun    2001-10-19 11:37:08.0
is a subtopic of How Java Works2001-10-19 11:37:08.0
is an instance of Java interpreteradded by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:08.0
requires that added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:09.0
supports Java 2added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:09.0
was originally called the Java Activatoradded by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:09.0
Java interpreter 2001-10-19 11:37:07.0
can be part of Java development tool2001-10-19 11:37:08.0
can be part of Java-compatible Web browser2001-10-19 11:37:08.0
decodes bytecode for the Java virtual machine2001-10-19 11:37:08.0
has example of running
java HelloWorld
2001-10-19 11:37:08.0
has purpose to execute bytecode for the Java virtual machine2001-10-19 11:37:08.0
invokes the main method of the class that you specify2001-10-19 11:37:08.0
is part of an implementation of the Java Virtual Machine2001-10-19 11:37:08.0
is part of runtime system2001-10-19 11:37:08.0
to run you type java and the class file name (without its extension) on the command line2001-10-19 11:37:08.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
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

UpJava interpreter