Escape Sequence in java

https‮‬://www.lautturi.com
Escape Sequence in java

Java Escape Sequence list

\t	Insert a tab in the text at this point.
\b	Insert a backspace in the text at this point.
\n	Insert a newline in the text at this point.
\r	Insert a carriage return in the text at this point.
\f	Insert a form feed in the text at this point.
\'	Insert a single quote character in the text at this point.
\"	Insert a double quote character in the text at this point.
\\	Insert a backslash character in the text at this point.
\0  null character
Created Time:2017-09-05 10:47:19  Author:lautturi