Hi I recently came across a blog which states:
Sometimes you may have to implement Runnable as well as subclass Thread. For instance, if creating a subclass of Thread that can execute more than one Runnable. This is typically the case when implementing a thread pool.
I am not sure what scenario this statement refers to.
Could you help me understanding such scenario?
Thanks.