To say in simple, it is the Method to read the Input Using the InputStream Class Object
For example,
DataInputStream dis=new DataInputStream(System.in);
dis.readLine(args[0]);

here args[0] is...