posted 15 years ago
the KB book says
Instance variables can be coderanch,private,protected,default,final,transient
They can't be abstract,static,strictfp,synchronized,native
Non local variables can be coderanch,private,protected,default,final,transient,static, volatile
What are non local variables ?