This video describes the way to read user input from the console. Below are two ways to read input from the console.
1. BufferedReader
2. Scanner.
Agenda:
What is Buffered reader.
What is Scanner
Differences between BufferedReader and Scanner