Java Bytecode Version: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Java Bytecode =Overview= =Playground=")
 
Line 2: Line 2:
* [[Java_Bytecode#Determine_Bytecode_Version_in_a_Class|Java Bytecode]]
* [[Java_Bytecode#Determine_Bytecode_Version_in_a_Class|Java Bytecode]]
=Overview=
=Overview=
A valid class file starts with <code>0xcafebabe</code>, followed by the minor version as unsigned short, followed by the major version, as unsigned short.
=Playground=
=Playground=

Revision as of 18:52, 12 June 2021

Internal

Overview

A valid class file starts with 0xcafebabe, followed by the minor version as unsigned short, followed by the major version, as unsigned short.

Playground