How Java HashMap Works Internally

HashMap is one of the most frequently asked topics in Java interviews — it effectively tests a candidate’s understanding of data structures and engineering trade-offs. This article breaks down its core design and implementation details. ...

December 27, 2014 · 5 min · haoxiqiang

Tencent Interview

I came across stormzhang’s Tencent interview questions and decided to work through them, documenting my answers and thought process. Topics covered: Android fundamentals (processes, Activities, Handler) Screen density and resource qualifiers Thread synchronization in Java System design (resumable downloads, network architecture) ...

December 8, 2014 · 3 min · haoxiqiang