System類的常用方法

第一個常用的方法 返回一毫秒值爲單位的當前時間 public static long currentTimeMillis(); 用途:測試程序的效率 練習 :for循環輸出1-9999需要多少毫秒 第二個方法 數組複製 public static void arraycopy(Object src,int srcPos,Object dest,int destPos,int length); sr
相關文章
相關標籤/搜索