Search found 1 match

by markaldo
Fri Aug 21, 2020 5:46 am
Forum: Help with my program
Topic: List lands = new ArrayList();
Replies: 4
Views: 109092

Re: List lands = new ArrayList();

When your code is compiled, the compiler needs to work out what each and every identifier in your code means. As the compiler is going through the code it will find something and know what to do with it or not. Cannot find symbol error relates to the identifiers and means that Java cannot figure out...