can anybody tell me what is the difference in System.out Vs. System.err . as i am new to java so i need
Printable View
can anybody tell me what is the difference in System.out Vs. System.err . as i am new to java so i need
System dot out is for standard messages. System.err is for error messages.
Thanx a lot......:)