Cannot define ArrayList<char> as argument of validate. Why it cannot be done? When trying ArrayList<?> it works. Why? Should ArrayList<?> be used instead of ArrayList<char>? What is the difference?
public boolean validate(ArrayList<char> args){ ... }
Error: Syntax error on token "char", Dimensions expected after this token