import java.util.Vector; public class MainClass { public static void main(String[] argv) { Vector<Integer> myVec; myVec = new Vector<Integer>(); } }