How to get last modified date of a file in java
Let’s learn how to get last modified date of a file in java. How to get last modified date of a file in java To get last modified date use lastModified() method of class File. Here’s the syntax of lastModified() method. public long lastModified() lastModified() method returns the time that the file denoted by this…
Read More How to get last modified date of a file in java