SyntaxFix
Write A Post
Hire A Developer
Questions
Take note, there are a few certain things to take note when running backslashes with specific characters.
System.out.println("Hello\\\");
The output above will be:
Hello\
System.out.println(" Hello\" ");
Hello"