close

第一個java程式Hello world! 使用eclipse開發。

step1. 新增Java Project 檔案

2  

3  

step2. 新增class檔案 

4  

step3. 撰寫程式

public class test {
public static void main( String[] args ){

System.out.println(" Hello world!");

}
}

step4. 存檔 -> Run ->顯示

1  

 

arrow
arrow
    文章標籤
    jave hello world 第一個程式
    全站熱搜

    S 發表在 痞客邦 留言(0) 人氣()