public static void writeError(PrintStream err, String msg) throws IOException { // Note that err in the parameter list overshadows the imported err err.println(msg); }
public static void main(String[] args) { out.println("Good morning, " + "java2s"); out.println("Have a day!");