Following source code: (getList() returns a String that visualizes an Array.)
getList()
int[] a = new int[3]; a[0] = 1; a[1] = 2; a