Do you mean 'volatile' here?  I can't find in the JLS where transient
has this affect.  It wouldn't be the first time I've looked for
something in the JLS and not found it, though.

-Kevin

--- Ceki Gülcü <[EMAIL PROTECTED]> wrote:
> Moreover, in addition to serialization aspects, the keyword
> 'transient' has 
> other meanings. It forces the JVM to re-reread the value of the
> variable 
> from memory for each access, adding unnecessary overhead.



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to