Content deleted Content added
m Fixing completely bare references Wikipedia:Bare_URLs |
mNo edit summary |
||
Line 1:
{{
{{Infobox file format
| name = Java class file
Line 22:
}}
A '''Java class file''' is a [[Computer file|file]] (with the {{mono|.class}} [[filename extension]]) containing [[Java bytecode]] that can be executed on the [[Java
JVMs are available for many [[platform (computing)|platform]]s, and a class file compiled on one platform will execute on a JVM of another platform. This makes Java applications [[cross-platform|platform-independent]].
Line 365:
==See also==
{{Portal|Computer programming}}
* [[Java bytecode]]
==References==
Line 380:
| url = https://docs.oracle.com/javase/specs/jvms/se6/html/ClassFile.doc.html
| access-date = 2008-10-13
}} The official defining document of the [[Java virtual machine|Java Virtual Machine]], which includes the class file format. Both the first and second editions of the book are freely available [https://docs.oracle.com/javase/specs/ online for viewing and/or download].
{{Java (Sun)}}
|