官术网_书友最值得收藏!

Static Factory Method

The Static Factory Method was popularized by Joshua Bloch in his book Effective Java. To understand it better, let's look at the examples from Java standard library itself, the valueOf() methods:

Long l1 = new Long("1");
Long l2 = Long.valueOf("1");

Both the constructor and the valueOf() method receive String as input and produce Long as output.

So, why is the Static Factory Method sometimes better than a constructor? 

主站蜘蛛池模板: 清流县| 临猗县| 武邑县| 巴南区| 秭归县| 天津市| 鞍山市| 泰州市| 炎陵县| 宜兰市| 和平区| 额尔古纳市| 台南市| 新和县| 北川| 镇原县| 军事| 册亨县| 古交市| 竹北市| 威远县| 新龙县| 平昌县| 莆田市| 哈巴河县| 岫岩| 湖南省| 乌审旗| 兰州市| 崇礼县| 册亨县| 丰城市| 五原县| 罗甸县| 新乡县| 合作市| 重庆市| 河间市| 六盘水市| 花莲县| 平度市|