ThreadLocal variable
hi do you have a good example on how to use threadlocal in a java program..
I want to use it in my program so that each thread will create a separate copy of jdbc connection. i dont know how to set this..Please help me.
thanks in advance for your help

