Computer Applications
Explain the following function:
(char)(in.read());
Input in Java
40 Likes
Answer
This statement reads a character using Stream class and casts it explicitly into char data type.
Answered By
27 Likes
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