search
HomeCommon ProblemWhat are the newline characters in java?

What are the newline characters in java?

Feb 23, 2019 am 11:16 AM
javanewline character

The line breaks that can be used in java are: "\n" means new line, "\r" means carriage return, \r \n".

What are the newline characters in java?

In java, you need to include the newline character "\n", "\r" or "\r \n" at the end of the string (text) to perform a newline.

The newline character "\n"

"\n" is also called line break and is generally used in operating systems based on Unix/Linux/New Mac.

Example:

public class A {
    public static void main(String []args) {
   System.out.println("字母A"+"字母B");
       System.out.println("字母A"+"\n"+"字母B");
    }
}

Output:

What are the newline characters in java?

Newline character "\r"

"\r ” also known as carriage return, generally used in operating systems based on older Macs.

Example:

public class A {
    public static void main(String []args) {
   String line1 = "php中文网";
       String line2 = "学习PHP!";
       String rhyme = line1 + "\r" + line2;
       System.out.println(rhyme);
    }
}

Output:

What are the newline characters in java?

Line break "\r \n"

"\r \n" is a combination of "\r" and "\n", generally in Windows-based operations Used in the system.

Example:

public class A {
    public static void main(String []args) {
   String line1 = "php中文网";
       String line2 = "学习PHP!";
       String rhyme = line1 + "\r\n" + line2;
       System.out.println(rhyme);
    }
}

Output:

What are the newline characters in java?

The above is the entire content of this article, I hope it can be helpful to everyone Learning is helpful. For more exciting content, you can pay attention to the relevant tutorial columns of the php Chinese website!!!

The above is the detailed content of What are the newline characters 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

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.