I know some of the escape characters in Java, e.g.
\n : Newline
\r : Carriage return
\t : Tab
\\ : Backslash
...
Is there a complete list somewhere?
|
|
|
This is in the Java Language Spec |
|||||||
|
|
You can find that here.
|
||||
|
|