Back to Browse

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

8.2K views
Sep 24, 2021
35:34

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: https://www.oracle.com/java/technologies/effectivejava.html

Download

0 formats

No download links available.

Effective Java in Depth -- Item 1: Consider static factory methods instead of constructors | NatokHD