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

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? 

主站蜘蛛池模板: 兴海县| 赞皇县| 通榆县| 重庆市| 遂宁市| 闸北区| 延庆县| 黄陵县| 顺昌县| 临夏市| 平度市| 临沭县| 玉林市| 托克逊县| 武川县| 镇康县| 韶关市| 新田县| 岑溪市| 双牌县| 高台县| 吉安市| 商南县| 延安市| 木里| 临漳县| 东至县| 双牌县| 博罗县| 临武县| 潮安县| 祁东县| 嘉荫县| 山阳县| 南木林县| 紫阳县| 莱芜市| 陵川县| 乐山市| 天镇县| 宾川县|