What will the output of the following code be?
System.out.printf("Introduction \to \" Java%d\n", 1);
Introduction \to \" Java%d\n
Introduction o Java1
Introduction o " Java1