Computer Science, asked by Adityakademani, 1 month ago

what are the escape sequence in Java give examples

Answers

Answered by Rithvik2957x
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