ThreadPoolExecutor class
Posted: Thu Jul 25, 2013 2:58 am
Directly from this http://docs.oracle.com/javase/tutorial/ ... pools.html java programmer II study guide provided by oracle:
The_Nick.
The class ThreadPoolExecutor is quite articulated and advanced... I think it goes beyond the exam topics..( i hope). Do you confirm it's safe to skip it for the exam?If none of the executors provided by the above factory methods meet your needs, constructing instances of java.util.concurrent.ThreadPoolExecutor or java.util.concurrent.ScheduledThreadPoolExecutor will give you additional options.
The_Nick.