|
Hi,
To say if u variable is thread safe or not, it has to be a globale varaible(a class variable).
When a variable is decleared in a method, if gets distroied when the method execution is terminated..it dosent matter if its static or not, the fact is its a locale variable.
|