Examples:
int[] iarray = new int[5]; double[] darray = new double[10]; String[] sarray = new String[5]; BigInteger[] biarray = new BigInteger[10];