Prenosimo – Top 10 Most Common Java Mistakes: Beginner’s Tutorial
21.02.2015.
Donosimo Vam popis 10 najčešćih (početničkih) grešaka u Javi u članku Top 10 Most Common Java Mistakes: Beginner’s Tutorial prema izboru Mikhaila Selivanova:
- Neglecting Existing Libraries
- Missing the ‘break’ Keyword in a Switch-Case Block
- Forgetting to Free Resources
- Memory Leaks
- Excessive Garbage Allocation
- Using Null References without Need
- Ignoring Exceptions
- Concurrent Modification Exception
- Breaking Contracts
- Using Raw Type Instead of a Parameterized One