Which method among the following returns the integer if no character is available?
Which method among the following returns the integer if no character is available? Correct Answer int peek()
Obtains the next character from the input stream, but does not remove that character. Returns –1 if no character is available.
মোঃ আরিফুল ইসলাম
Feb 20, 2025





