Computer Science, asked by narjisdoctar, 3 months ago

write a program to display all the escape sequences in jawa.hint.use system.out.println statement​

Answers

Answered by abhilashmahapatra457
1

Answer:

Escape characters (also called escape sequences or escape codes) in general are used to signal an alternative interpretation of a series of characters. In Java, a character preceded by a backslash (\) is an escape sequence and has special meaning to the java compiler.

Answered by samarthpawar48
0

Answer:

Escape characters (also called escape sequences or escape codes) in general are used to signal an alternative interpretation of a series of characters. In Java, a character preceded by a backslash (\) is an escape sequence and has special meaning to the java compiler.

Similar questions