数组的定义形式 原始数组型:int [] ai = new int []; 各元素初始值为0, 对象数组型:Object [] obj = new Object[]; 各元素初始值为NULL; 队列的定义形式 队列类名