True or False, input streams only read in files.

False: input streams can come from many locations including the keyboard, web pages, or other programs.
  • True: input streams can only read in files.
  • False: input streams can also read in webpages.
  • False: Output streams can also read in files.

There are no hints for this question.