Here below my code: public class Solution { public static void main(String[] args) { //write your code here System.out.println("This is a Windows path:\"C:\\Program Files\\Java\\jdk1.8.0_172\\\bin\""); System.out.println("This is a Java string: \\\"C:\\\\Program Files\\\\Java\\\\jdk1.8.0_172\\\\bin\\\""); } } when i'm testing it from the code page it shift to output page with no verification, what's going wrong? tnks a lot max