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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T14:28:37+00:00 2026-05-20T14:28:37+00:00

The official Sun Oracle stance on Thread.stop() is that it should not be used.

  • 0

The official Sun Oracle stance on Thread.stop() is that it should not be used. Among other arguments, they write:

It should be noted that in all situations where a waiting thread doesn’t respond to Thread.interrupt, it wouldn’t respond to Thread.stop either.

But I do not understand that. If a thread is busy actively working on something (not just waiting or blocking on an external resource) and doesn’t explicitly check the interrupt flag, wouldn’t Thread.interrupt() do nothing while Thread.stop() will still work (throw ThreadDeath)?

  • 1 1 Answer
  • 5 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-20T14:28:37+00:00Added an answer on May 20, 2026 at 2:28 pm

    But I do not understand that. If a thread is busy actively working on something (not just waiting or blocking on an external resource) and doesn’t explicitly check the interrupt flag, wouldn’t Thread.interrupt() do nothing while Thread.stop() will still work (throw ThreadDeath)?

    I think you misunderstand the quoted text. It refers to a thread that is waiting, not a thread that is running. Specifically, it is referring to cases like the following:

    • When the thread is blocked in an I/O call, low-level JVM implementation issues prevent it responding to either a stop or an interrupt.

    • A thread that doesn’t want to be stopped can catch ThreadDeath, and this is analogous to a thread that doesn’t want to be interrupted simply ignoring the flag.

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

Sidebar

Related Questions

Official Python tutorial states that Unicode strings in Python can be used like this:
Is there an official Visual Studio test project template for NUnit? If not, what
On the official Selenium blog ( http://seleniumhq.wordpress.com/ ) it mentions that Maven is no
GUID is not an official data type in database. In our existing SQL Server
I'm preparing the SCJP exam with the almost official study book ("SCJP Sun Certified
The official Web Agents user documentation does not state what version of SAML is
official android dev website says that:「You can implement your tab content in one of
The official documentation for TemporaryFile reads: The mode parameter defaults to 'w+b' so that
I'm learning about deadlocks in Java, and there's this sample code from Sun's official
Official Mono project website says that Mono works successfully on Windows, Linux and Mac

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.