Hi
If we need a variable which can be accessed from any
class, then we set this variable as static and access
it as MyClass.Variable, this variable can be modified
from any class if we dont set this variable as final
like public static final String Variable = "ABC";
here is the problem, i cannot set this variable as
final as the value is set at run time bu the
initalization class, how do i protect it from updated
by any other class.
Ashish

=====
A$HI$H


                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to