How do I restrict object creation not more than 3 in Java class?
Can you give me an idea of how I can to do it?
You can also have a look at ObjectPool of Apache Commons. The source code is freely available...