KnowledgeBoat Logo
|

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


Related Questions