常用類System、Math、File、properties類和其中常用的方法

System類   System類提供的system包括標準輸入,標準輸出和錯誤輸出流。 System.in   System.out   System.err   常用方法: 1.數組拷貝(System.arraycopy):有五個參數(原數組,原數組拷貝起始索引,目標數組,目標數組起始索引,拷貝長度)。 2.獲取系統屬性(System.getProperties):返回當前系統的屬性列表。  
相關文章
相關標籤/搜索