Java View all facts Glossary Help |
Java program > Java interpreter > Java Plug-in |
Java Plug-in | ||||
subject | fact |
Java Plug-in | can be downloaded from Sun | |
has definition A free browser add-on that supports the latest version of Java | ||
has documentation at Sun | ||
is a subtopic of How Java Works | ||
is an instance of Java interpreter | ||
requires that
| ||
supports Java 2 | ||
was originally called the Java Activator | ||
Java interpreter |
| |
can be part of Java development tool | ||
can be part of Java-compatible Web browser | ||
decodes bytecode for the Java virtual machine | ||
has example of running java HelloWorld | ||
has purpose to execute bytecode for the Java virtual machine | ||
invokes the main method of the class that you specify | ||
is part of an implementation of the Java Virtual Machine | ||
is part of runtime system | ||
to run you type java and the class file name (without its extension) on the command line | ||
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 | ||
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 |
Up: Java interpreter