Writer is an abstract class. It defines streaming character output. It is a character-oriented class and does not support primitive datatypes or objects. Writer class is used to write characters to output streams using the desired character encoding. It also writes Unicode characters to output streams.
Responses to “What is Writer?”