跳至內容

Java

Chhiùng Wikipedia lòi
chhai 2015 ngièn 8 ngie̍t 19 ngit (lî-pai-sâm) 23:46 yù CommonsDelinkerkâu-liù | Kung-hien só cho ke siû-thin pán-pún (Removing "Java_logo_and_wordmark.svg", it has been deleted from Commons by Ellin Beltz because: Per c:Commons:Deletion requests/File:Java logo and wordmark.svg.)

Java he yit chúng vu̍t-khien thô-hiong ke thien-nó chhàng-sṳt ngî-ngièn.

Ngî-fap

Yung Java chhàng-sṳt tá chhut Hello World:

 // Hello.java
 public class Hello {
     public static void main(String[] args) {
         System.out.println("Hello, World!"); 
     } 
 }