推介:| Web Hosting | 外賣系統 | Server colocation | Web Shop System | Makeup course |

查看完整版本: 學習Java時最難的部份是什麼

花之慶次 2008-3-23 22:57

學習Java時最難的部份是什麼

以下只是意見交流:
如果在學習Java程式設計(我是指Java Application部份)中比較困難的部份是不是鍵盤輸入變數值(Variable)??
大家同意嘛???

花之慶次 2008-3-23 23:33

有關變數的格式是這樣的:
import java.io.*;
class 類別名稱

   public static void main(String args[])throws IOException
         {
            .....
            BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
            String str=br.readLine();
            .....
        }
  }
是不是比較重要??
如果要應考SCJP時是不是重點之一??
頁: [1]
查看完整版本: 學習Java時最難的部份是什麼