previous | start | next

Self Check

  1. Suppose you need to read an image file that contains color values for each pixel in the image. Will you use a Reader or an InputStream?
  2. Why do the read methods of the Reader and InputStream classes return an int and not a char or byte?

previous | start | next