Regarding Carriage return
Posted: Fri May 08, 2020 12:09 pm
Code: Select all
System.out.println("Hello \rworld");
where is the Hello gone, I use windows. And what is the actual difference between \r,\n,\r\nOutput : world
Java Certification Resources and Java Discussion Forum
https://enthuware.com/forum/
Code: Select all
System.out.println("Hello \rworld");
where is the Hello gone, I use windows. And what is the actual difference between \r,\n,\r\nOutput : world