Page 1 of 1

ThreadPoolExecutor class

Posted: Thu Jul 25, 2013 2:58 am
by The_Nick
Directly from this http://docs.oracle.com/javase/tutorial/ ... pools.html java programmer II study guide provided by oracle:
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 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?

The_Nick.

Re: ThreadPoolExecutor class

Posted: Thu Jul 25, 2013 6:29 pm
by admin
We haven't seen anyone getting a question on this particular class.

HTH,
Paul.