/Users/code2care/IdeaProjects/c2c/src/JavaExample.java:4:36
java: ']' expected
/Users/code2care/IdeaProjects/c2c/src/JavaExample.java:4:35
java: '[' expected
java: <identifier> expected
When you run your Java Code in IDE and you get the above error messages, then it's mostly a compilation error! The most common, type that could have caused this is missing an opening or closing square brackets for the String[] array in the main method definition,
Fix:
Make sure that your IDE does not show any compilation errors, especially check for the array defined and both opening and closing brackets!

Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!