N
NewsMS
I'd like to know if static variables have thread scope or process scope.
This means if the variable can be shared among threads on the same process
or is available only to different class instances on the same thread.
Thanks in advance.
Agustin Sanchez
This means if the variable can be shared among threads on the same process
or is available only to different class instances on the same thread.
Thanks in advance.
Agustin Sanchez