Vote
0
Good article on understanding java.lang.ThreadLocal
Angsuman Chakraborty
April 24th, 2005
ThreadLocal allows you to have copy of variable per thread, which are subject to garbage collection when the thread goes away.
IBM has an excellent article on understanding and using ThreadLocal.
Read it here.
Filed under How To, Java Software, Technology |
|
RSS 2.0 |
Trackback this Article
|
Email this Article
You may also like to read |



































