Java   View all facts   Glossary   Help
Java program > application > compiler > javac
Next compilerJIT compiler    Upcompiler, Java development tool

javac comparison table
Subject follow run by have part have choose be is a kind of is a synonym of is a subtopic of be usually put consist of compile run you is an instance of have purpose have example of running execute by run you may be similar to run on has definition compile on have example of use contain
compilerconsistent guidelines that make the program easy to readusing a Java interpreter to load the application's main class file - this is normally done from the command-line prompt using the java tool from the SDK1 main method called its entry pointcommand line argumentsa constructor based on the number of the actual arguments and the types of the actual argumentsreadable by humansapplicationJava compilerHow Java Worksslower than native codecompiled code into a class file with the same name as the source file but with extension .classone or more classessource code into bytecodetype java and the class file name (without its extension) on the command line to translate source code written in Java into bytecode for the Java virtual machine
java HelloWorld
a Java Virtual Machineneed platform-specific instructionsan appleta Java platformA program to translate Java source code into code to be executed by a computerany platform that has a Java compiler one class that contains a main method which serves as the starting point for the rest of the program
Java development tool       tool Java Tools      to assist a programmer in preparing, debugging and executing Java programs         
javacconsistent guidelines that make the program easy to readusing a Java interpreter to load the application's main class file - this is normally done from the command-line prompt using the java tool from the SDK1 main method called its entry pointdocumentation at Suna constructor based on the number of the actual arguments and the types of the actual argumentsreadable by humans  How Java Worksslower than native codecompiled code into a class file with the same name as the source file but with extension .classone or more classessource code into bytecodetype 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
java HelloWorld
a Java Virtual Machineneed platform-specific instructionsan appleta Java platform any platform that has a Java compilerjavac Demonstrate.javaone class that contains a main method which serves as the starting point for the rest of the program

Next compilerJIT compiler    Upcompiler, Java development tool