Java Class File
In the Java programming language, source files (.java files) are compiled into (virtual) machine-readable class files which have a .class extension. Since Java is a platform-independent language, source code is compiled into an output file known as bytecode, which it stores in a .class file. If a source file has more than one class, each class is compiled into a separate .class file. These .class files can be loaded by any Java Virtual Machine (JVM).
JVMs are available for many platforms, and the .class file compiled in one platform will execute in a JVM of another platform. This makes Java platform-independent.
Read more about Java Class File: History
Famous quotes containing the words class and/or file:
“A poet is no rattlebrain, saying what comes uppermost, and, because he says every thing, saying, at last, something good; but a heart in unison with his time and country. There is nothing whimsical or fantastic in his production, but sweet and sad earnest, freighted with the weightiest convictions, and pointed with the most determined aim which any man or class knows of in his times.”
—Ralph Waldo Emerson (18031882)
“I have been a soreheaded occupant of a file drawer labeled Science Fiction ... and I would like out, particularly since so many serious critics regularly mistake the drawer for a urinal.”
—Kurt Vonnegut, Jr. (b. 1922)