what v we shld do wen theres an error? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what v we shld do wen theres an error?

12th Aug 2016, 2:02 PM
siddharth kudgunti
siddharth kudgunti - avatar
3 Answers
0
find the error and correct it. if you cant find it, systems.out.println your variables to see which one is wrong.
12th Aug 2016, 4:28 PM
Aquarius
Aquarius - avatar
0
debug the program to find an error. Try to correct it and run it again.
12th Aug 2016, 5:03 PM
Rahul Ghangas
Rahul Ghangas - avatar
0
debbug the code line by line,using jdb or the IDE debbug tool.
13th Aug 2016, 3:28 AM
masonQAQ
masonQAQ - avatar