I wanted to know that, is it possible to create a pool of objects? So that I can take an object from the pool and once I\'m done with the work, I can put it into the pool.>
Though its late but might be useful.
Following link provides sufficient information and implementation details for creating object pool using apache-commons-pool-2:
http://www.techypages.com/2014/03/creating-object-pool-in-java.html