10/01/2008

Method local variables

If the variables are in the method, then they are called loacal variables.

Basically, local variables are thread safe.

Local variables should always be initialized.