Difference between System.out and System.err
The first writes to "standard output". The second writes to "standard error". These two streams are setup by the operating system when the Java program is executed... And can be redirected with the uses of "|", ">", etc. on the command line.
0 Comments:
Post a Comment
<< Home