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
Solution: c) Scanner
Explanation: Scanner is used to read input from the user in Java.