Java View all facts Glossary Help |
file |
file comparison table |
Subject | abbreviate as | have | have advantage | support by | have example | be executed by | have purpose | have file name extension | have extension | be in | has definition | use | compress | declare | contain | create using | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class file | a name that is the same as the source (Java) name except for the extension .class | a Java Virtual Machine | to hold the compiled code of a program | .class | A file that contains Java bytecodes | bytecode | |||||||||||
Java Archive file | jar file | when an applet is run, only one file needs to be downloaded from the web server instead of separate files for each class, image, audio file needed by the applet | versions 4.0 and higher of Netscape Navigator and Microsoft Internet Explorer | to consolidate class files into a single file for more compact storage , distribution , and transmission | A collection of Java classes and other files packaged into a single file | class files and a manifest file | the jar tool | ||||||||||
source file |
| the file called Demonstrate.java contains the class Demonstrate | .java | a directory whose name reflects the name of the package to which the source code belongs | A file that contains source code | the import statement to use the facilities of another package | the package to which its class belongs using the package keyword | more that one class but only one class can be public |
Next kbTop: hierarchy Up: kbTop Previous kbTop: environment