Hey guys, just a quick question about what the number values mean in the below 2 examples

System.out.println(new String(readInfoFromFile(FILEPATHFORTIME, 0, 7)));

System.out.println(new...