[b]"What Are the Most Common Mistakes When Learning Java Programming Language Syntax?"[/b] or [b]"How Can I Master

16 Replies, 929 Views

Forgetting `static` vs non-static methods was my downfall. Like, why can’t I call this method from main? Oh, because it’s not `static`. Facepalm.

And don’t get me started on `==` with strings. Always use `.equals()` unless you *want* to compare references.

JetBrains’ tutorials are clutch for clearing this stuff up.

Messages In This Thread



Users browsing this thread: 1 Guest(s)