weak reference
Get Babylon's Translation Software!
Free Download Now!
Babylon 8 - Your all-in-one solution
Award winning translation software trusted by millions. Translate from any language to any language.
View Demo
Translation
Dictionary
Tools
Wikipedia English The Free Encyclopedia
Download this dictionary
Weak reference
In
computer programming
, a weak reference is a
reference
that does not protect the referent object from collection by a
garbage collector
. An object referenced only by weak references is considered
unreachable
(or "weakly reachable") and so may be collected at any time. Weak references are used to prevent
circular references
and to avoid keeping in memory referenced but unneeded objects. Many
garbage-collected
,
object-oriented
languages feature weak references, such as
Java
,
Python
,
REALbasic
, and
ActionScript 3.0
.
See more at Wikipedia.org...
This article uses material from
Wikipedia
®
and is licensed under the
GNU Free Documentation License
Define weak reference
Translate weak reference