Tagged articles

Core API

4 articles · Page 1 of 1
CodeNotes
CodeNotes
May 24, 2026 · Fundamentals

Master Java Basics: Essential Object, String, and Collection Methods Explained

This guide walks Java beginners through the fundamental classes Object, String, and Collection, detailing their most frequently used methods, key differences such as == versus equals, and practical code examples for overriding methods, string concatenation optimization, and common collection operations.

BeginnerCollectionCore API
0 likes · 9 min read
Master Java Basics: Essential Object, String, and Collection Methods Explained
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 APIJavaOOP
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