Java   View all facts   Glossary   Help
Java program > application > compiler
Next applicationHTML Converter    Upapplication    Previous applicationserver   

compiler comparison table
Subject have is a synonym of is a kind of run you is an instance of have purpose be part of has definition have example of use
javacdocumentation at Sun  type javac and the source file name with its extension on the command lineJava development toolto assist a programmer in preparing, debugging and executing Java programs  javac Demonstrate.java
JIT compilercommand line argumentsJust-in-time compilercompilertype java and the class file name (without its extension) on the command line to improve run-time speed over code that is interpreted by a Java virtual machinean implementation of the Java Virtual Machine specificationA compiler that converts all of the bytecode into native machine code just as a program is run 

Next applicationHTML Converter    Upapplication    Previous applicationserver