Home Backend Development XML/RSS Tutorial Strong, soft, weak and virtual references of Java objects

Strong, soft, weak and virtual references of Java objects

Dec 20, 2016 pm 01:34 PM

In versions prior to JDK1.2, when an object is not referenced by any variable, the program can no longer use this object. That is, a program can only use an object if it is reachable. This is just like in daily life, after buying an item from a store, if it is useful, you keep it, otherwise you throw it into the trash can and be collected by the cleaners. Generally speaking, if an item has been thrown into the trash can, it is impossible to pick it up and use it again.

But sometimes the situation is not that simple. You may encounter items that are tasteless and tasteless, and it is a pity to throw them away. This kind of item is no longer useful now. Keeping it will take up space, but it is not cost-effective to throw it away immediately because it may be used in the future. For such dispensable items, a compromise approach is: if there is enough space in the home, keep it at home first. If there is not enough space in the home, even if all the garbage is removed from the home, it still cannot accommodate the indispensable items. If you don’t have enough daily necessities, then throw away these dispensable items.

Starting from JDK version 1.2, object references are divided into four levels, allowing the program to more flexibly control the life cycle of the object. These four levels, from high to low, are: strong reference, soft reference, weak reference and virtual reference.


1. Strong quotation

The quotations introduced earlier in this chapter are actually strong quotations, which are the most commonly used quotations. If an object has a strong reference, it is similar to an essential daily necessities, and the garbage collector will never reclaim it. When there is insufficient memory space, the Java virtual machine would rather throw an OutOfMemoryError error and cause the program to terminate abnormally, rather than arbitrarily recycling objects with strong references to solve the problem of insufficient memory.

2. Soft Reference



If an object only has soft references, it is similar to disposable daily necessities. If there is enough memory space, the garbage collector will not reclaim it. If there is insufficient memory space, the memory of these objects will be reclaimed. As long as the garbage collector does not collect it, the object can be used by the program. Soft references can be used to implement memory-sensitive caching.

Soft references can be used in conjunction with a reference queue (ReferenceQueue). If the object referenced by the soft reference is garbage collected, the Java virtual machine will add the soft reference to the reference queue associated with it.



3. Weak Reference

If an object only has a weak reference, it is similar to a disposable daily necessities. The difference between weak references and soft references is that objects with only weak references have a shorter life cycle. In the process of the garbage collector thread scanning the memory area under its jurisdiction, once an object with only weak references is found, its memory will be reclaimed regardless of whether the current memory space is sufficient. However, because the garbage collector is a very low priority thread, it may not necessarily find objects with only weak references quickly.

Weak references can be used in conjunction with a reference queue (ReferenceQueue). If the object referenced by the weak reference is garbage collected, the Java virtual machine will add the weak reference to the reference queue associated with it.

4. Phantom Reference (Phantom Reference)

As the name suggests, "Phantom Reference" is in name only. Unlike other references, a phantom reference does not determine the life cycle of the object. If an object holds only phantom references, it is as if it had no references and may be garbage collected at any time.
Virtual references are mainly used to track the activities of objects being garbage collected. One difference between virtual references, soft references and weak references is that virtual references must be used in conjunction with a reference queue (ReferenceQueue). When the garbage collector is preparing to recycle an object, if it finds that it still has a virtual reference, it will add the virtual reference to the reference queue associated with it before recycling the object's memory. The program can determine whether the referenced object will be garbage collected by determining whether a virtual reference has been added to the reference queue. If the program finds that a virtual reference has been added to the reference queue, it can take necessary actions before the memory of the referenced object is recycled.

In this book, "quote" can be used as either a verb or a noun. Readers should distinguish the meaning of "quote" according to the context.

Three classes are provided in the java.lang.ref package: SoftReference class, WeakReference class and PhantomReference class, which represent soft references, weak references and phantom references respectively. The ReferenceQueue class represents a reference queue, which can be used in conjunction with these three reference classes to track the activities of the Java virtual machine in recycling the referenced objects. The following program creates a String object, ReferenceQueue object and WeakReference object:

//Create a strong reference
String str = new String("hello");

//Create a reference queue, is a generic mark, indicating that the reference to the String object is stored in the queue
ReferenceQueue rq = new ReferenceQueue();

//Create a weak reference, which references "hello" object, and is associated with the rq reference queue
// is a generic mark, indicating that WeakReference will weakly reference the String object
WeakReference wf = new WeakReference(str, rq);

The above is the content of strong, soft, weak and virtual references of Java objects. For more related content, please pay attention to the PHP Chinese website (www.php.cn)!


Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Top 10 Currency Trading Platform Virtual Currency Apps Top 10 Reliable and Useful Currency Trading Apps Top 10 Currency Trading Platform Virtual Currency Apps Top 10 Reliable and Useful Currency Trading Apps Feb 17, 2025 pm 03:57 PM

With the thriving virtual currency market, choosing a reliable trading platform is crucial. This article recommends 10 highly respected virtual currency trading platforms, including Binance, Coinbase, FTX, Huobi, OKX, Gemini, Kraken, Bitstamp, Bittrex and KuCoin. Factors such as security, liquidity, expenses, asset selection and user experience are crucial when choosing a trading platform. This article will provide you with authoritative reference and help you find the trading platform that best suits your needs.

Ranking of the top ten currency trading platforms in the currency circle (the top ten virtual currency trading apps recommended in 2025) Ranking of the top ten currency trading platforms in the currency circle (the top ten virtual currency trading apps recommended in 2025) Feb 20, 2025 pm 05:57 PM

Recommended best virtual currency trading platforms: Binance: The largest transaction volume, the most money is supported, and the ecosystem is perfect; OKX: Advanced trading engine, rich trading tools, and powerful derivative trading platform; Gate.io: The largest number of cryptocurrencies, convenient user interface, and innovative functions; Bitget: Focus on derivative trading, leading social trading functions and strong liquidity; Coinbase: The largest, most compliant and suitable for beginners in the United States.

Top 10 safe virtual currency exchange authoritative list of 2025 Digital currency trading app rankings Top 10 safe virtual currency exchange authoritative list of 2025 Digital currency trading app rankings Feb 21, 2025 pm 02:24 PM

Top 10 safest virtual currency exchanges in 2025: Binance; OKX; Gate.io; Bitget; Huobi; KuCoin; Kraken; Bybit; Crypto.com; Coinbase.

Top 10 Virtual Currency Trading Apps Authoritative Rankings in 2025 Top 10 Virtual Currency Trading Apps Authoritative Rankings in 2025 Mar 07, 2025 pm 06:18 PM

The rankings of the top ten virtual currency trading apps in 2025 are: 1. OKX, leading with security, rich variety and convenient experience; 2. Binance, leading in the world, with large transaction volume and low fees; 3. Gate.io, rich in currency, low fees; 4. Kraken, high security and strong compliance; 5. Coinbase, user-friendly, suitable for beginners; 6. Huobi Global, global platform, multi-language support; 7. Crypto.com, the reward program is attractive.

The top ten digital currency apps in the currency circle exchange rankings in 2025 latest The top ten digital currency apps in the currency circle exchange rankings in 2025 latest Feb 27, 2025 pm 06:42 PM

Among the top ten digital currency exchange applications, the top three are: Binance (rich product offerings and advanced trading tools), OKX (the world's leading cryptocurrency derivatives trading platform), and Gate.io (supports more than 1,000 digital currency trading). When choosing an exchange, you should consider key steps such as security, trading types, transaction fees, user experience, reputation and community.

What platforms can trade virtual coins? What platforms can trade virtual coins? Mar 12, 2025 pm 07:30 PM

This article introduces virtual currency trading platforms with higher comprehensive rankings in the world, including Binance, Gate.io, Ouyi OKX, Coinbase, Kraken, Bitfinex, KuCoin, Bybit and Huobi, and BitMEX. These platforms have their own advantages in terms of transaction depth, user experience, security, compliance, etc. Some focus on currency trading, while others are good at derivative trading to meet the needs of different users. Choosing a suitable platform requires comprehensive consideration based on your own trading experience, risk tolerance and investment preferences. Click to read to learn more about these top virtual currency trading platforms to help you trade digital assets safely and efficiently

Top 10 Hong Kong currency trading platforms, Hong Kong digital currency trading app rankings, 2025 Top 10 Hong Kong currency trading platforms, Hong Kong digital currency trading app rankings, 2025 Mar 03, 2025 pm 09:18 PM

Top 10 Hong Kong digital currency trading apps in 2025: OKX has strong technology and new products; Binance has global leading and comprehensive ecosystem; Gate.io has many currencies and unique tools; Kraken compliance and security; Huobi has rich experience; Coinbase interface is easy to use; KuCoin is innovative and active; Crypto.com has complete ecosystem; Bitfinex professional; Gemini is safe and transparent.

Top 10 exchange virtual currency apps in 2025 (the latest top 10 rankings of currency exchanges) Top 10 exchange virtual currency apps in 2025 (the latest top 10 rankings of currency exchanges) Feb 17, 2025 pm 04:27 PM

In 2025, the virtual currency market is expected to continue to flourish, while leading exchanges offer a variety of services to meet user needs. Among them are Binance, which has attracted much attention for its wide range of trading pairs and low fees; Huobi, known for its liquidity and security measures; and Coinbase, which is known for its user-friendliness and fiat currency support for beginners .

See all articles