In java language please anwer these questions word for word. Thank you1.What is the output produced from the following statements? (Treat tabs as aligning to every multiple of eight spaces.)System.out.println("\ta\tb\tc");System.out.println("\\\\");System.out.println("'");System.out.println("\"\"\"");System.out.println("C:\nin\the downward spiral");2 What is the output produced from the following statements?System.out.println("Dear \"DoubleSlash\" magazine,");System.out.println();System.out.println("\tYour publication confuses me. Is it");System.out.println("a \\\\ slash or a //// slash?");System.out.println("\nSincerely,");System.out.println("Susan \"Suzy\" Smith");3.What is the output of the following program? Note that the program contains several comments.