0
what v we shld do wen theres an error?
3 Réponses
0
find the error and correct it. if you cant find it, systems.out.println your variables to see which one is wrong.
0
debug the program to find an error. Try to correct it and run it again.
0
debbug the code line by line,using jdb or the IDE debbug tool.