Java   View all facts   Glossary   Help
Java program > javadoc
Next Java programmodular program    UpJava program    Previous Java programJava interpreter   

javadoc
(Java API Document Generator)
subjectfact 
javadocis a synonym of Java API Document Generator2001-10-19 11:37:05.0
has purpose documenting Java programssource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:12.0
is a subtopic of Java Tools2001-10-19 11:37:12.0
is an instance of Java programsource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:13.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
has 0 or 1 name2001-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 type java and the class file name on the command line2001-10-19 11:37:09.0
to run you may need platform-specific instructions2001-10-19 11:37:09.0