Category:Java: Difference between revisions

Added features
m (Added parampass)
(Added features)
Line 1:
{{language|Java
{{language|Java|gc=yes|parampass=value}}The '''Java''' programming language, developed by [[Sun Microsystems]], is a language aimed at allowing "high-performance", virtual application development.
|gc=yes
|parampass=value
|safety=safe
|express=explicit
|compat=nominative
{{language|Java|gcchecking=yes|parampass=valuestatic}}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.
Anonymous user