Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8730447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:01:19+00:00 2026-06-13T09:01:19+00:00

Please advise for the algorithm let say If a file def.txt is created in

  • 0

Please advise for the algorithm let say If a file def.txt is created in C: then it should not be modified within 1 hour itself, if it is not modified within 1 hour I have to print in console “file is not modified” and If it is modified with in 1 hour itself then I have to print the statement “that file is modified” please advise how to write such algorithm in java or how to achieve this in java

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T09:01:19+00:00Added an answer on June 13, 2026 at 9:01 am
    public static void main(String[] args) {
    File f = new File("/temp/t.txt");
    long lastModified = f.lastModified();
    long currentTime = System.currentTimeMillis();
    long difference = currentTime - lastModified;
    // time is in milliseconds, one hour is 60 * 60 * 1000 milliseconds
    long oneHour = 1000 * 60 *60;
    if (difference > oneHour)
        System.out.println("file is not modified");
    else
        System.out.println("that file is modified");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm not sure how to approach this SQL statement so please advise, even if
Could you please advise me some easy algorithm for hashing user password by MD5,
Can someone please advise on uploading a file using the DAV protocol in PHP?
Could anyone please advise when implementing something like IComparable in .NET what sorting algorithm
can anyone please advise what may be wrong with my script below? It should
Can someone please advise on uploading files to Office365 SharePoint? I believe this should
Please advise.. In the following code(Tested. Will work fine) public class Exp_Test { public
Would anyone please advise how in jade for nodejs I can truncate a string
Could someone please advise the current best practice around Date and Calendar types. When
Can anyone please advise where i'm going wrong with the following? I want the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.