+ 3

Does someone know what "illegal start of expression" means?

20th Apr 2018, 6:03 AM
Ibaadi Jaya
Ibaadi Jaya - avatar
2 ответов
+ 4
Seems like a syntax error, post your code? Maybe this helps: https://stackoverflow.com/questions/24562950/java-error-illegal-start-of-expression
20th Apr 2018, 6:06 AM
***
*** - avatar
+ 1
Usually happens to me when i try parse JSON string to a database or retrieving something encoded in JSON from a database. JSON starts with "[" so any result other than this will result in that error. Or it could be misnaming you variable etc. If you post the code, it may be helpful.
20th Jan 2019, 6:40 AM
Mufungo Geeks
Mufungo Geeks - avatar