第一個java程式Hello world! 使用eclipse開發。
step1. 新增Java Project 檔案
step2. 新增class檔案
step3. 撰寫程式
public class test {
public static void main( String[] args ){
System.out.println(" Hello world!");
}
}
step4. 存檔 -> Run ->顯示
文章標籤
全站熱搜