KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > concurrent > ThreadFactory

java.util.concurrent
Interface ThreadFactory

See Also:
Source Code, Executors.defaultThreadFactory(), new Thread

Thread newThread(Runnable r)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags