Java

From Braindump
Revision as of 05:54, 24 August 2023 by Jan (talk | contribs) (Created page with "sun microsystems > oracle google, ibm, microsoft implementations language vm, memory, bytecode java scala ruby groovy licensing object oriented class /com/janmg/hello.java package com.janmg static void main(args) { System.out.println("Hello World"); } javac -cp / /com/janmg/hello.java java -cp . hello")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

sun microsystems > oracle

google, ibm, microsoft implementations

language vm, memory, bytecode

java scala ruby groovy

licensing

object oriented class

/com/janmg/hello.java
package com.janmg
static void main(args)
{
   System.out.println("Hello World");
}
javac -cp / /com/janmg/hello.java
java -cp . hello