排序
A new Java ORM and why we need it
A new Java ORM and why we need it,I've created a framework about immutable data and ORM for immutable data. Project name: Jimmer Project Home: https://babyfish-ct.github.io/jimmer-...
Effective Java! Make Defensive Copies When Necessary
Effective Java! Make Defensive Copies When Necessary, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesda...
Immutable class in Java
Immutable class in Java,In this article, we'll define the typical steps for creating an immutable class in Java and also shed light on the common mistakes which are made by develop...
Immutable data structures in Java
Immutable data structures in Java,As part of some of the coding interviews I’ve been conducting recently, the topic of immutable data structures comes up regularly. I’m not overl...