Sunday, May 2, 2010

JDK, javadoc & jar Files

Java Development Kit

The Java Developer’s Kit is distributed by Sun Microsystems. The JDK contains documentation, examples, installation instructions, class libraries and packages, and tools

javadoc

The javadoc tool provided by Sun is used to produce documentation for an application or program,


Jar Files

A jar file is used to group together related class files into a single file for more compact storage, distribution, and transmission.

No comments: