Content deleted Content added
Anhtrobote (talk | contribs) No edit summary |
Anhtrobote (talk | contribs) No edit summary |
||
Line 24:
| url =
}}
'''Java class file''' is a [[Computer file|file]] (with the <tt>.class</tt> [[filename extension]]) containing a [[Java bytecode]] which can be executed on the [[Java Virtual Machine|Java Virtual Machine (JVM)]]. Java class file is produced by [[Java compiler]] from [[Java (programming language)|Java programming language]] [[source file]]s (<tt>.java</tt> files) containing Java [[Class (programming)|classes]]. If a source file has more than one class, each class is compiled into a separate class file.
JVMs are available for many [[platform (computing)|platform]]s, and the .class file compiled in one platform will execute in a JVM of another platform. This makes Java platform-independent.▼
▲JVMs are available for many [[platform (computing)|platform]]s, and the
==History==
|