int[] numbers = new int[5]; /* Empty array of type int and size 5 */ String[] names = new String[10]; /* Empty array of type string and size 10 */