Asked by Mark

I hava a Employee class and my main class. But in my netbeans it is saying that
cannot find symbol
symbol:class Employees
location:class Main
Why is this?And what should I do?
Please send me a detail answer.
I will really thankful for all of you.

Answers

Answered by MathMate
If your class is "Employee", you need to refer to it exactly as is. You seem to have written "Employee<b>s</b>", which will evidently not work.

If that is not the case, post your code.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions