Java bytecode is the form of instructions that the Java virtual machine executes. Each bytecode opcode is one byte in length, although some require parameters, resulting in some multi-byte instructions. Not all of the possible 256 opcodes are used. In fact, Sun Microsystems, the original creators of the Java programming language, the Java virtual machine and other components of the Java Runtime Environment (JRE), have set aside 3 values to be per...
more
Read article at Wikipedia
Java bytecode
Similar topics in Freebase
-
Cat
The Cat programming language is a functional stack-oriented programming language inspired by the Joy programming language. Joy and Cat differ from most functional languages (e.g Scheme, Haskell) and language formalisms (e.g. lambda calculus, combinatory logic) in that they are based on the... -
PostScript
PostScript (PS) is a dynamically typed concatenative programming language created by John Warnock and Charles Geschke in 1982. PostScript is best known for its use as a page description language in the electronic and desktop publishing areas. The concepts of the PostScript language were seeded in... -
Factor
Factor is a high-level programming language created by Slava Pestov. Factor is dynamically typed and has automatic memory management, as well as powerful metaprogramming features. The language has a single implementation featuring a self-hosted optimizing compiler and an interactive development... -
Forth
Forth is a structured, imperative, reflective, stack-based computer programming language and programming environment. Forth is sometimes spelled in all capital letters following the customary usage during its earlier years, although the name is not an acronym. A procedural programming language... -
V
The V programming language is a purely functional programming language based on composition of functions rather than lambda calculus . It was inspired by Joy but is closer in spirit to PostScript. The language is concatenative, meaning that it is based on composition of functions and does not have... -
RPL programming language
The RPL programming language (RPL meaning ROM-based procedural language following Hewlett-Packard or, alternatively, Reverse Polish LISP) is a handheld calculator system and application programming language used on Hewlett-Packard's engineering graphing RPN calculators of the HP-28, HP-48, HP-49... -
Ambi
Ambi is a structured, imperative, stack-based, computer programming language designed and implemented by David R. Pratten. Ambi is a programming language generalised from Reverse Polish Notation arithmetic. Other languages such as Forth and RPL have similar roots and illustrious histories, but have... -
Joy
The Joy programming language is a purely functional programming language that was produced by Manfred von Thun of La Trobe University in Melbourne, Australia. Joy is based on composition of functions rather than lambda calculus. It has turned out to have many similarities to Forth, due not to... -
Microsoft Intermediate Language
Microsoft Intermediate Language (MSIL) is a byte-code that Microsoft .NET technology uses to accomplish platform independence and runtime safety. During compilation of .NET programming language, the source code is translated into MSIL code rather than machine-specific object code. MSIL is a CPU-... -
ColorForth
colorForth is a programming language from the Forth programming language's original designer, Chuck Moore, developed in the 1990s. There was an earlier predecessor called 386 OK which appeared for sale at Silicon Valley Forth Interest Group (SV-Fig) meetings in 1992 An idiosyncratic programming...