Tag Java Writer Class

Writer in Java | Writer Class, Methods

Writer in Java is an abstract class that is used to write characters into a file or output devices. In other words, it defines streaming character output. Since Writer is an abstract class, we cannot instantiate it. Java writer class…