You do not need to explicitly import arrayYou should create it likeint[] intArray = new int[size];if you need vectorthan it is injava.util.Vector;