What does it mean when the program says 'cannot find symbol' | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 17

What does it mean when the program says 'cannot find symbol'

20th May 2019, 9:00 AM
@ana_victorius
@ana_victorius - avatar
4 Answers
+ 7
Can you please post your code ?? It would be easier to find out the error ......
21st May 2019, 3:31 PM
Shadow Ninja[#Inactive]
Shadow Ninja[#Inactive] - avatar
+ 6
it is a compilation error. 1. Check if you have forgotten any 'new' operator during object creation You forgot a new, like this: String s = String(); , which should be String s = new String(); 2. Check if you call methods using wrong name -------------------- Without knowing your code, its difficult .. Add it if you want in code playground
20th May 2019, 10:06 AM
Prokopios Poulimenos
Prokopios Poulimenos - avatar
+ 3
+ check if this name of symbol or eg variable can exist or is visible in actual scope
20th May 2019, 9:16 PM
zemiak
0
word class anonimose team
25th May 2019, 11:49 AM
joker077