What causes “Can't find Symbol” and how to fix it?

前端 未结 5 1554
春和景丽
春和景丽 2020-12-19 08:06

I\'ve been trying to figure this out, I\'ve run it in different programs so it\'s definitely in the code. Probably something easy too. The error says

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 08:25

    Your class doesn't have a definition for password. Hence, the error when passing it to the equals method.

提交回复
热议问题