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.
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.
