Computer Science, asked by poonamguptta543, 15 days ago

19. Write a program to display all the escape sequences in java. (Hint: Use System.out.println statement)​

Answers

Answered by ananthavelmurugan3
0

Explanation:

zjfzjdJraruJfJdZjfzkfzjfzkfzfkzjdajf

Answered by vasanthi25koeeda
0

Answer:

A character preceded by a backslash (\) is an escape sequence and has a special meaning to the compiler. The following table shows the Java escape sequences.

...

Escape sequences in Java.

Escape Sequence Description

\' Inserts a single quote character in the text at this point.

\" Inserts a double quote character in the text at this

Similar questions