search
HomeJavaJavagetting StartedThe difference between empty string and null in java

The difference between empty string and null in java

Dec 03, 2019 pm 03:46 PM
javanullthe difference

The difference between empty string and null in java

Difference:

The empty string is an object that has been instantiated and has memory space, but the value stored in the memory space is empty; and null It represents an object that has not been instantiated and does not occupy memory space.

String aaa = "";//空串
String bbb=null; //null值

Recommended online video tutorial: java course

For example:

public class HelloWorld {
    public static void main(String [] args){
     System.out.println("hello world!");
//     System.out.println(args[0]);
        String aaa = "lihuijuan";
        String bbb ="";
        String ccc = null;
//        ccc.isEmpty();
        System.out.println(aaa.isEmpty());
        System.out.println(bbb.isEmpty());
        System.out.println(ccc.isEmpty());
    }
}

Running result:

The difference between empty string and null in java

That is to say, the object bbb that refers to the empty string can call properties such as String's isEmpty(), but ccc cannot be called, which means that ccc does not actually point to any memory space.

Recommended related article tutorials: Getting started with java development

The above is the detailed content of The difference between empty string and null in java. For more information, please follow other related articles on the PHP Chinese website!

Statement
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

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.