Computer Science, asked by pramisthac, 5 hours ago

What does System.in.read() return?​

Answers

Answered by monduriswaz
1

Answer:

The read() method of the input stream classes reads the contents of the given file byte by byte and returns the ASCII value of the read byte in integer form. While reading the file if it reaches the end of the file this method returns -1.

Similar questions