Asked by Prashant Singh on Sep 28, 2024

The method _________ reads a single character from an input stream.

A) readLine)
B) skip)
C) read)
D) close)

ReadLine

The ReadLine method is commonly used in programming to read a single line of input from the user or a file.

Read

The process of retrieving data from a source, such as a file or database.

  • Uncover and execute classes and methods that are crucial for file and stream operations in Java.