0 votes
in JAVA by

Which of the following is used to read input from the user in Java?

a) System.out.println()

b) System.in.read()

c) Scanner

d) BufferedReader

1 Answer

0 votes
by

Solution: c) Scanner

Explanation: Scanner is used to read input from the user in Java.

Related questions

0 votes
asked Oct 10, 2020 in JAVA by Robindeniel
0 votes
asked May 7 in JAVA by SakshiSharma
...