I know it is very basic question to ask, but really do not know too much. Is it possible to have more than one thread pool in a single java application.
Second when Singleton instance is created, can it be shared with application too. As I know about Once Singleton instance is created then they are accessible globally. What does mean exactly globally here.