compiler-errors tag

4 questions


1 answers
114 views
0
What is the meaning of the compilation error "Cannot find symbol"?

Please explain a few things about the Cannot find symbol error.


1 answers
98 views
0
It's a C language array question

int array1[100]int array2[100]When there are two arrays like thisWhy does a compilation error occur when you do array1 = array2 in the large number sentence?What should I do to make it normal without ...

2 years ago

1 answers
127 views
0
Cannot make a static reference to the non-static method

I'm creating a multilingual program in Java. An error occurs when inserting R.string data from an XML file as a string value. public static final String TTT = (String) getText(R.string.TTT);The error ...


1 answers
150 views
0
Why can't I refer to the non-static variable in the static method?

I didn't learn Java well from the beginning. So I don't really understand the idea of static.An error non-static variable cannot... occurs when trying to declare a variable and use it within the metho...


© 2024 OneMinuteCode. All rights reserved.