The document discusses the Scanner class in Java, which is used to get user input from the keyboard. It describes several methods of the Scanner class like nextInt(), nextFloat(), nextLine() that can be used to read integer, float and string values from the user. It also provides an example program that uses the Scanner class to take integer, float and string inputs from the user and print them.