What is the use of System.err.println()?, explain clearly what is System.err.println()?, what r the access specifiers available in System class?

Questions by sadashivarao   answers by sadashivarao

Showing Answers 1 - 1 of 1 Answers

ANU

  • Jun 21st, 2006
 

The standard input, output, and error streams -- System.in, System.out, and System.err -- are all byte streams.

You can use System.err.print and System.err.println to write to standard error on to the console.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions