小信笔记

逃避思考,热爱幻想

System

System
public static void exit(int status)终止当前运行的虚拟机
public static void gc()回收虚拟机无用资源
public static native long currentTimeMillis()返回系统当前时间的毫秒值
public static native void arraycopy()数组拷贝
阅读全文 »
0%