Java View all facts Glossary Help |
| Java program > application > compiler |
| 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 |
|---|---|---|---|---|---|---|---|---|---|
| javac | documentation at Sun | type javac and the source file name with its extension on the command line | Java development tool | to assist a programmer in preparing, debugging and executing Java programs | javac Demonstrate.java | ||||
| JIT compiler | command line arguments | Just-in-time compiler | compiler | type 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 machine | an implementation of the Java Virtual Machine specification | A compiler that converts all of the bytecode into native machine code just as a program is run |
Next application: HTML Converter Up: application Previous application: server