View Single Post
  #1 (permalink)  
Old 07-18-2007, 04:53 AM
samson samson is offline
Member
 
Join Date: Mar 2007
Posts: 16
samson is on a distinguished road
Are Local variables thread safe ?
I have something like this
Code:
public class ThreadTest { public static void testAgain(){ ThreadTest threadTest = new ThreadTest(); }
Do I have to put the method testAgain as synchronised ?
Reply With Quote
Sponsored Links