| Author |
abt variable synchronization
|
sm mishra
Greenhorn
Joined: Dec 12, 2006
Posts: 5
|
|
|
A member variable that is an object reference, can we synchronize this member variable,i mnot clear about this
|
 |
Pratap koritala
Ranch Hand
Joined: Sep 27, 2006
Posts: 251
|
|
|
you can do that with a synchronized block,but volatile makes much more sense
|
 |
 |
|
|
subject: abt variable synchronization
|
|
|