What is the PrintWriter 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 PrintWriter class?
Rating:
The PrintWriter class extends the Writer class and implements the Closeable, Flushable, Appendable interfaces. It is used for writing multiple-byte character sets and formatted representations of objects to a text-output stream. Methods in this class do not throw I/O exceptions.
Rating:
Was this information helpful?
Other articles
- What is the pollLast() method of the NavigableSet interface?
- What is the floor() method of the NavigableSet interface?
- What is the hasNext() method of the Iterator interface?
- What is constructor overloading?
- What is the BufferedWriter class?