Skip to content

Tag: nullpointerexception

null pointer exception error calling method

I get this null pointer exception error if i call a method. if (farm1.cropStat(row, col) ) here’s the method here’s the initialization pls help 🙁 Answer Whenever you see a pattern that looks like this replace it with the equivalent It is the same thing. As far as the error goes, you need to revers…