Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / May 2006

Tip: Looking for answers? Try searching our database.

Statuc methods and static members ...?

Thread view: 
Amit Kumar - 15 May 2006 11:16 GMT
Hi all,

I am facing memory problem in my project . i am usin Static variables.
i want to know till when they remain in memory ?
Thomas Hawtin - 15 May 2006 12:02 GMT
> I am facing memory problem in my project . i am usin Static variables.
> i want to know till when they remain in memory ?

The objects referred to by the variables will remain in memory until
they are garbage collected at the same time as the Class the variable
belongs to, and the class' ClassLoader. For various reasons that might
not happen, or perhaps may have to wait for a SoftReference to be cleared.

In general it is best not to use *non-final* static variables at all.
Also final statics to mutable structures are also bad. Although they
appear to offer cheap fixes, they make keeping code reliable unfeasibly
difficult.

Tom Hawtin
Signature

Unemployed English Java programmer
http://jroller.com/page/tackline/

chris brat - 15 May 2006 12:56 GMT
Till you set the reference to null.
Roedy Green - 20 May 2006 19:24 GMT
>I am facing memory problem in my project . i am usin Static variables.
>i want to know till when they remain in memory ?

Unless you are using custom class loaders, they will remain allocated
until your app terminates.
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.