Bikash MainaliforBikash Mainalibikash8848.hashnode.netยทApr 9, 2023Types of thread poolFixedThreadPool: uses a blocking queue to store tasks CachedThreadPool: uses a synchronous queue of size 1 ScheduledThreadPool: uses a delay queue SingleThreadedExecuter (sequential execution of tasks): uses a blocking queue. The size of the...multithreadingAdd a thoughtful commentNo comments yetBe the first to start the conversation.