Error: cannot find symbol ArrayList

Do you have an import statement in the top of the file?

import java.util.ArrayList;

Leave a Comment