• +91 9723535972
  • info@interviewmaterial.com

Java Interview Questions and Answers

Question - How could Java classes direct program messages to the system console, but error messages, say to a file?

Answer - The class System has a variable out that represents the standard output, and the variable err that represents the standard error device. By default, they both point at the system console. This how the standard output could be re-directed: Stream st = new Stream(new FileOutputStream("output.txt")); System.setErr(st); System.setOut(st);

Comment(S)

Show all Coment

Leave a Comment




NCERT Solutions

 

Share your email for latest updates

Name:
Email:

Our partners