PushbackReader Java

PushbackReader Java is a character reader stream. It comes with the capability of pushing a character back to the stream. It is the only subclass of FilterReader. Following is the class signature public class PushbackReader extends FilterReader Program that Pushes and Reads Using PushbackReader Java The following program pushes a character back to the stream. …

PushbackReader Java Read More »