Advantages of ThreadLocal in Java

July 26, 2008

ThreadLocal is one of the rarely used class in Java. I found it is one of the powerful class in Java on multi-threaded programming. In multi-threaded program generally we use session object to track the current users information.

Read the rest of this entry »