Tagged articles
3 articles
Page 1 of 1
FunTester
FunTester
Aug 27, 2019 · Backend Development

10 Essential Steps to Become an Outstanding Java Developer

This guide outlines ten practical steps—from mastering OOP principles and core Java APIs to engaging with community forums, studying open‑source code, tracking emerging trends, and documenting your insights—that together help any Java programmer elevate their skills and become truly outstanding.

Core APIJavaLearning Path
0 likes · 11 min read
10 Essential Steps to Become an Outstanding Java Developer
Qunar Tech Salon
Qunar Tech Salon
Apr 14, 2016 · Fundamentals

Common Java Practices and Idioms: equals, hashCode, compareTo, clone, I/O, Threads, and More

This article compiles essential Java programming idioms—including proper implementations of equals, hashCode, compareTo, and clone, efficient use of StringBuilder, safe random number generation, iterator removal, thread creation, try‑finally handling, I/O streams, array operations, and defensive checks—providing practical guidance beyond the official language specification.

Core APIidioms
0 likes · 9 min read
Common Java Practices and Idioms: equals, hashCode, compareTo, clone, I/O, Threads, and More