Java bytecode

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo | name = Java bytecode | formattype = electronic | subcat = Development | subcat2 = | subcat3 = | subcat4 = | subcat...")
 
Line 23: Line 23:
 
'''Java bytecode''' is normally contained within a .class file and can be executed by Java Virtual Machine. It is an intermediate stage between a human-readable code and machine code, a compiler is used to turn normal code into bytecode.
 
'''Java bytecode''' is normally contained within a .class file and can be executed by Java Virtual Machine. It is an intermediate stage between a human-readable code and machine code, a compiler is used to turn normal code into bytecode.
  
Bytecode consists of the predefined set of instructions which are known to the Virtual Machine. Within the .class file these instructions are stored in binary representation.
+
[[Bytecode]] consists of the predefined set of instructions which are known to the Virtual Machine. Within the .class file these instructions are stored in binary representation.
  
 
The .class files are rarely distributed by themselves, but are combined in .jar or .war files.
 
The .class files are rarely distributed by themselves, but are combined in .jar or .war files.

Revision as of 19:42, 25 April 2015

File Format
Name Java bytecode
Ontology
Extension(s) .class
Released 1995

Java bytecode is normally contained within a .class file and can be executed by Java Virtual Machine. It is an intermediate stage between a human-readable code and machine code, a compiler is used to turn normal code into bytecode.

Bytecode consists of the predefined set of instructions which are known to the Virtual Machine. Within the .class file these instructions are stored in binary representation.

The .class files are rarely distributed by themselves, but are combined in .jar or .war files.

See also

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox