What is the BufferedWriter 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 BufferedWriter class?
Rating:
The BufferedWriter class is used for fast writing operations of texts to a character-output stream. It can be used to write single characters, arrays, and strings of data. The size of buffer may or may not be specified. The BufferedWriter class has the newLine() method that is used to create platform-specific line separators, as some platforms do not support the new line character (' ') to terminate lines.
Rating:
Was this information helpful?
Other articles
- What is the descendingSet() method of the NavigableSet interface?
- What is the || (OR) operator?
- What is the subSet() method of the NavigableSet interface?
- What is the lower() method of the NavigableSet interface?
- What is the && operator?