Java常用类之System类


1 常用方法

public static void exit(int status) //终止当前运行的Java虚拟机,非零表示异常终止。
public static long currentTimeMillis() //返回当前时间(以毫秒为单位)
public static void arraycopy(Object src, int srcPos, Object dest, int destPos, int length):

Author: xiaoxiao
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source xiaoxiao !
评论
  TOC