Escape Sequence in Java
An escape sequence in Java is a special type of character literal that begins with a backslash (\) followed by one or more characters. The basic syntax is: \character A character interpreted with backslash (\) is called an escape sequence…
