Time for an 2014 update…
This commit is contained in:
parent
372c577f83
commit
09687c4926
2520 changed files with 34227 additions and 7318 deletions
|
|
@ -18,7 +18,7 @@
|
|||
{{language programming paradigm|reflective}}[[runs on vm::java virtual machine| ]]
|
||||
The '''Java''' programming language, developed by [[Sun Microsystems]], is a language aimed at allowing "high-performance", virtual application development.
|
||||
|
||||
Java source files (.java files) are typically [[Compiler|compiled]] to an intermediate [[bytecode]] language (.class files) and executed by a [[Java Virtual Machine]]. Most modern JVMs further compile the bytecode into your processor's native machine code during execution. This native code translation is done via a [[Just-In-Time|JIT]] compiler that is built in to the JVM. Some Java compilers (such as [[GCJ]]) can compile Java code to native machine code ahead-of-time rather than just-in-time.
|
||||
Java source files (.java files) are typically [[Compiler|compiled]] to an intermediate [[bytecode]] (all platform) executable (.class files) and executed by a [[Java Virtual Machine]]. Most modern JVMs further compile the bytecode into your processor's native machine code during execution. This native code translation is mostly done via a [[Just-In-Time|JIT]] compiler that is built in the JVM. Some Java compilers (such as [[GCJ]]) can compile Java code to native machine code ahead-of-time rather than just-in-time.
|
||||
|
||||
The primary benefits of Java are:
|
||||
* Cross-[[platform]] (Write Once, Run Anywhere (if all of the libraries are ported))
|
||||
|
|
|
|||
1
Lang/Java/Galton-box-animation
Symbolic link
1
Lang/Java/Galton-box-animation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Galton-box-animation/Java
|
||||
Loading…
Add table
Add a link
Reference in a new issue