Duplicate :
|
Name: mc57594 Date: 02/07/97 System.out and System.err use depreciated PrintStream and to use setErr or setOut we must use PrintStream and then we get depreciated warnings. System.out and System.err should be changed to use PrintWriter. ======================================================================
|