Home » JAVA Programming » Files and I/O » Question
  1. Which of these class is not related to input and output stream in terms of functioning?
    1. Writer
    2. InputStream
    3. Reader
    4. File
    5. None of these
Correct Option: D

A File describes properties of a file, a File object is used to obtain or manipulate the information associated with a disk file, such as the permissions, time date, and directories path, and to navigate subdirectories.



Your comments will be displayed only after manual approval.