Which of the following statements are true?
◦ A File object encapsulates the properties of a file or a path, but does not contain the methods for reading/writing.
◦ You can use the PrintWriter class for outputting text to a file.
◦ An output object is also called an output stream.
◦ You can use the Scanner class for reading text from a file.
◦ An input object is also called an input stream.