System.out.println(\"\\1\");
I thought it did not compile because of the non-recognized escape sequence.
What does \"\\1\" exa
\"\\1\"
In java It is following value
\u0001