This is the line of code generating the "unchecked or unsafe operations" error. There is an arrow that points to "new". How do I get rid of this error so I can compile my code?
public static ArrayList<String>[] sbins = new ArrayList<String>[10];