Java基础学习第十七天(System类、RunTime类 、Date类、Math类、Random类)
一、系统类System1、主要用于获取系统的属性数据。2、System类常用的方法常用方法解释currentTimeMillis()获取当前系统时间(很重要)arraycopy(Objectsrc,intsrcPos,Objectdest,intdestPos,intlength)src:源数组、srcPos:源数组中的起始位置、dest:目标数组、destPos:目标数据中的起始位置、lengt