Online Programming Server

Login

Login with facebook [?]

Facebook

Tutorial 52: CSC1130S - Lecture 5c: Redirecting System.out

You are here: Tutorials >> Basic >> Java >> Introduction to Computing Using Java >> CSC1130S - Lecture 5c: Redirecting System.out

Tutorial ID52
TitleCSC1130S - Lecture 5c: Redirecting System.out

System Object References

  • System.out is a class field.
    • It is an object reference of type PrintStream
    • It is for outputting text to the console.
  • System.err is a class field.
    • It is an object reference of type PrintStream
    • It is for outputting error messages to the console.
  • System.in is a class field.
    • It is an object reference of type InputStream
    • It is for getting key strokes from the console.

Post Your Comment

Title
Message