Java   View all facts   Glossary   Help
Java program > Java interpreter
Next Java development tooljavac    UpJava development tool, Java program    Previous Java development toolJava Development Kit   

Java interpreter
(Java application launcher)
subjectfact 
Java interpreteris a synonym of Java application launcher2001-10-19 11:37:05.0
added by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:07.0
can be part of Java development tooladded by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:08.0
can be part of Java-compatible Web browseradded by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:08.0
decodes bytecode for the Java virtual machineadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:08.0
has definition A module that alternately decodes and executes every statement in some body of codeadded by: JK, source: Sun Java Tutorial, reference: Glossary, 2001-10-19 11:37:08.0
has documentation at Sun    2001-10-19 11:37:08.0
has example of running
java HelloWorld
added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:08.0
has purpose to execute bytecode for the Java virtual machineadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:08.0
invokes the main method of the class that you specifyadded by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:08.0
is part of an implementation of the Java Virtual Machineadded by: DS, 2001-10-19 11:37:08.0
is part of runtime systemadded by: DS, 2001-10-19 11:37:08.0
is a subtopic of How Java Works2001-10-19 11:37:08.0
is a kind of Java development tooladded by: JK, 2001-10-19 11:37:08.0
is a kind of Java programadded by: JK, 2001-10-19 11:37:08.0
to run you type java and the class file name (without its extension) on the command lineadded by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-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

Kinds of Java interpreter :

Next Java development tooljavac    UpJava development tool, Java program    Previous Java development toolJava Development Kit