In java any character that is preceded by a backslash (\) is known as escape sequence, which has special meaning for the compiler. Following are list of Java escape sequences
| Escape Sequence | Meaning |
| \t | tab |
| \n | new line |
| \r | carriage return |
| \' | single quote |
| \" | double quote |
| \\ | backslash |
public class ExcapeSeq {
|

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.