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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T21:01:15+00:00 2026-06-09T21:01:15+00:00

As the title suggests, do we need force jvm to exit when get InterruptedException?

  • 0

As the title suggests, do we need force jvm to exit when get InterruptedException? The reason why I ask is I am kinda confused with the (Unix) Interrupt Signal. When we type Ctrl-C while a java application is running, will the blocking threads get InterruptedException?

So to be simple,
1) When and why InterruptedException got thrown?
2) When the JVM interrupted or killed from outside(like Unix command), will the threads get interrupt?

Thanks

  • 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-09T21:01:17+00:00Added an answer on June 9, 2026 at 9:01 pm

    No, generally you wouldn’t exit the JVM in response to an InterruptedException.

    The InterruptedException may be raised in a thread after another thread calls its interrupt() method. It doesn’t have anything to do with hardware interrupts or operating system signals. Interruption is a way to tell a thread to stop what it’s doing and exit as quickly as it can do so without leaving shared memory in a damaged state.

    Threads should only be interrupted when they’ve described explicitly how they respond to interruption. Normally this would be done, for example, in response to a user interaction like pressing a “cancel” button.

    Usually, interruption just affects a single thread, and the remainder of the application continues to run. However, I could envision installing a signal handler in the JVM that responds to a signal by cleanly shutting down the whole server; this is likely to entail interruption of request process threads and others.

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

Sidebar

Related Questions

As the title suggests, how do I get the number of views / clicks
As the title suggests, I would like to get the last word out of
Like the title suggests I need to do something like so... $i++;//we all know
As the title suggests, I need a workaround to prevent mobile safari from scrolling
As the title suggests I need a C# equivelant of ROUNDDOWN. For example, if
As the title suggests, I need to grant the execute permission on every stored
I need to validate the a URL and get the title. To do this
As the title suggests, I am in need of finding / creating a system
As the title suggests I need a way to match more than one zero
As title suggests I want to know the difference between the change and click

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.