For Stateless object Which one we should use, whether to create Singleton class for it or create Object pool for it. Where does the difference come between object pooling and singleton class? what are the condition when we can choose them over each other?
Think around Stateless object only.