Top common mistakes of Java developers && Common mistakes in C++ (for Java developers)

Top common mistakes for Java developers

Reference to the article
1: Neglecting Existing Libraries
2: Missing the ‘break’ Keyword in a Switch-Case Block
3: Forgetting to Free Resources
4: Memory Leaks
5: Excessive Garbage Allocation
6: Using Null References without Need
7:Ignoring Exceptions
8: Concurrent Modification Exception
9: Breaking Contracts
10: Using Raw Type Instead of a Parameterized One

Top common mistakes for Java developers when programming C++

Reference to the article
1: Type conversion rules
2: Memory management
3:Deterministic destruction
4:Exception handling

Comments

Popular posts from this blog

3D with POV-Ray, isosurfaces example

Algorithms: Backpack problem, Greedy , Dynamic Programming techniques (C++)

Classic Email, Web mail application refactory for visual effects (software engineering-efficiency-UX)