filmov
tv
Effective Java in Depth -- Item 1: Consider static factory methods instead of constructors

Показать описание
In this in-depth java tutorial, I discuss the first item in Effective Java, which is about "Static Factory Methods". These methods by convention have names such as "of", "valueOf", "newInstance", "from", ...
More about Effective Java:
More about Effective Java: