sorry still don't get it. Look at the following:
I have 2 Questions:
Q1) Doesn't Line 2 above make the handle, obj, thread safe?
Q2) When the question asks about variables, does it really mean the objects the variables point to or the variables them selves? I mean is it asking about obj or the object that obj points to?
Again the questions is quoted as follows: "Which of the following variables in the above code are thread safe?". So regarding ctx, is the question asking about the variable itself (ctx) or the object that ctx refers to?
[ July 01, 2006: Message edited by: Firas Zureikat ]