Java   View all facts   Glossary   Help
tool > Java development tool
Next toolprogramming environment    Uptool    Previous toolbytecode verifier   

Java development tool comparison table
Subject run by decode consist of is an instance of is a subtopic of compile run you be usually has part have example of running contain have example of use execute by have purpose is a synonym of run you may follow put be part of compile on is a kind of invoke rename to be similar to choose download from be available from use run on have have part has definition be manage abbreviate as
jar   Java development toolHow Java Works         to assist a programmer in preparing, debugging and executing Java programsJava Archive Tool              documentation at Sun A tool included in the SDK that can pack files into Java Archive files as well as unpack them   
Java Debugger   Java development toolJava Tools         to assist a programmer in preparing, debugging and executing Java programs               tutorial A command line debugger for Java classes  jdb
Java Development Kit    Java History and Related Languages    JRE    to assist a programmer in preparing, debugging and executing Java programs      Java development tool Software Development Kit after JDK 1.1   Sunhierarchical files systems to manage source files and class files  Java compilerA comprehensive set of tools, utilities, documentation and sample code for developing programs source files and class files for programsJDK
Java interpreter bytecode for the Java virtual machine  How Java Works type java and the class file name (without its extension) on the command lineslower than native code 
java HelloWorld
  a Java Virtual Machineto execute bytecode for the Java virtual machineJava application launcherneed platform-specific instructionsconsistent guidelines that make the program easy to read runtime systemany platform that has a Java compilerJava programthe main method of the class that you specify      a Java platformdocumentation at Sun A module that alternately decodes and executes every statement in some body of codereadable by humans  
javacusing 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 SDK one or more classesJava development toolHow Java Workssource code into bytecodetype javac and the source file name with its extension on the command lineslower than native code 
java HelloWorld
one class that contains a main method which serves as the starting point for the rest of the programjavac Demonstrate.javaa Java Virtual Machineto assist a programmer in preparing, debugging and executing Java programs need platform-specific instructionsconsistent guidelines that make the program easy to readcompiled code into a class file with the same name as the source file but with extension .class any platform that has a Java compiler   an appleta constructor based on the number of the actual arguments and the types of the actual arguments   a Java platformdocumentation at Sun1 main method called its entry point readable by humans  
Software Development Kit    Java Tools      command line programs including
  • a compiler
  • an interpreter
  • the appletviewer
  • a file archiver
  • other programs
  to assist a programmer in preparing, debugging and executing Java programs      Java development tool    Sun   version number  free  

Next toolprogramming environment    Uptool    Previous toolbytecode verifier