Java Array and ArrayList
Array key point: Not scalable, once constructed length cannot be change, When construct numeric primitive type, it will filled with default value. byte, short, int, long, double, float 0 char filled with empty. boolean filled with false. object filled with