Quick question. Is there an equivalent of @ as applied to strings in Java:
For example I can do @\"c:\\afolder\\afile\" in C# and have it ignore the esc
@\"c:\\afolder\\afile\"
No. Escaping / externalizing the string is your only choice.