Explain the following function:
(char)(in.read());
40 Likes
This statement reads a character using Stream class and casts it explicitly into char data type.
Answered By
27 Likes
Integer.parseInt(in.readLine());
next();
public static void main(int b)