creating an arraylist of char?? how to do this
807606Feb 9 2007 — edited Feb 9 2007I tried to do this:
ArrayList<char> list = new ArrayList<char>();
but it won't work, instead it gives me an error of:
syntax error on token char; dimensions expected after this token