Create a new CustomizableThreadFactory with default thread name prefix.
CustomizableThreadFactory
public CustomizableThreadFactory(String threadNamePrefix)(Code)
Create a new CustomizableThreadFactory with the given thread name prefix.
Parameters: threadNamePrefix - the prefix to use for the names of newly created threads