Use an escape character followed by your double quote:


System.out.println("\""); // replace System.out.println with whatever output stream you have