所属分类:
其他
开发工具:Java
文件大小:1KB
下载次数:1
上传日期:2017-08-02 03:00:25
说明: ArrayDemo 怎样使用array来储存和今后调用里面的值 , array可以用来储存数字/字符串/对象等,可以很快速的找到需要的内容
(Arrays can be used to store primitive types (int, double, float, char,ect.) and objects. Arrays only store the references of objects.)
文件列表:
ArrayDemo.java
AccessorMutatorDemo.java