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 1023727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T11:40:15+00:00 2026-05-16T11:40:15+00:00

Could you explain what java.lang.Thread.interrupt() does when invoked?

  • 0

Could you explain what java.lang.Thread.interrupt() does when invoked?

  • 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-05-16T11:40:16+00:00Added an answer on May 16, 2026 at 11:40 am

    Thread.interrupt() sets the interrupted status/flag of the target thread. Then code running in that target thread MAY poll the interrupted status and handle it appropriately. Some methods that block such as Object.wait() may consume the interrupted status immediately and throw an appropriate exception (usually InterruptedException)

    Interruption in Java is not pre-emptive. Put another way both threads have to cooperate in order to process the interrupt properly. If the target thread does not poll the interrupted status the interrupt is effectively ignored.

    Polling occurs via the Thread.interrupted() method which returns the current thread’s interrupted status AND clears that interrupt flag. Usually the thread might then do something such as throw InterruptedException.

    EDIT (from Thilo comments): Some API methods have built in interrupt handling. Of the top of my head this includes.

    • Object.wait(), Thread.sleep(), and Thread.join()
    • Most java.util.concurrent structures
    • Java NIO (but not java.io) and it does NOT use InterruptedException, instead using ClosedByInterruptException.

    EDIT (from @thomas-pornin‘s answer to exactly same question for completeness)

    Thread interruption is a gentle way to nudge a thread. It is used to give threads a chance to exit cleanly, as opposed to Thread.stop() that is more like shooting the thread with an assault rifle.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I get a java.lang.ClassNotFoundException , when I execute the below code. Could someone explain
Could someone please explain why I'm getting the error: java.lang.RuntimeException: Unable to start activity
Could anyone explain how Java executes this code? I mean the order of executing
Could anyone explain for me how java stores color in TYPE_INT_RGB and TYPE_INT_ARGB ?
could anybody explain to me, how to set up java Logger for various classes
could someone please explain this java code for me. i find it really hard
I am wondering whether the static method java.lang.Math.max(int a, int b) is thread safe?
Could anyone give an example program that explains Java Threads in a simple way?
I was hoping someone could explain what is happening i the following code taken
I was hoping someone could explain to me how eclipse automatically deploys to your

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.