What is the FileReader class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the FileReader class?
Rating:
The FileReader class provides methods for reading character files. It contains methods for reading a single character, a fixed number of characters, or a whole stream of characters. Since these classes do not provide fast performance, they are usually wrapped within high-level reader objects such as a BufferedReader.
Rating:
Was this information helpful?
Other articles
- What is the pollFirstEntry() method of the NavigableMap interface?
- What are the data type conversions available in Java?
- What is the toHexString() method of the Double class?
- What is the subMap() method of the NavigableMap interface?
- What is a native method?