View Single Post
  #2 (permalink)  
Old 11-16-2007, 03:06 AM
henry_78 henry_78 is offline
Member
 
Join Date: Aug 2007
Posts: 47
henry_78 is on a distinguished road
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.
Reply With Quote