what are the escape sequence in Java give examples
Answers
Answered by
5
Answer:
Escape sequences are used to signal an alternative interpretation of a series of characters. In Java, a character preceded by a backslash (\) is an escape sequence. The Java compiler takes an escape sequence as one single character that has a special meaning.
Similar questions