Object pool pattern: Difference between revisions

Content deleted Content added
The linked reference I removed does not mention object pools at all. The following article in the series (https://www.ibm.com/developerworks/java/library/j-jtp01274/index.html?ca=drs-) does not say to *never* use object pooling in Java
Tag: references removed
Line 188:
public class PooledObject
{
private DateTime _createdAt = DateTime.Now;
public DateTime CreatedAt