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