long lastmodify = f.lastModified();
System.out.println("File Lost Modify:"+lastmodify);
I am running the above code of file("f"), but it displays the last modified time is:1267082998588 I am confusing, is this is time or not.? Actually what it is?