This document discusses how to take input from users in Java using the Scanner class. It provides examples of taking integer, double, character and string input. The Scanner class methods like nextInt(), nextDouble(), next() etc are used to read input. The document also contains sample code and explanations for taking input to calculate sum of two numbers, simple interest and reading a character.