Design Pattern----04.Creational.Object Pool.Pattern (Java Sample)
Intent
Object pooling can offer a significant performance boost; it is most effective in situations where the cost of initializing a class instance is high, the rate of instantiation of a class is