What does the following Java statement display on the output
What does the following Java statement display on the output window?
System.out.println(\"\\\"\\tTest\\\\\\\\\ It\\\'\'\');
Solution
System.out.println(\"\\\"\\tTest\\\\\\\\\ It\\\'\'\');for this java statement the display on the output window is like:
It\' Text\\\\
