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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:34:22+00:00 2026-05-17T00:34:22+00:00

Say I spawn a thread every couple seconds using the method below and every

  • 0

Say I spawn a thread every couple seconds using the method below and every thread takes about a second to complete. Do the finished threads get deleted?

new Thread (new myRunnableClass()).start();
  • 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-17T00:34:22+00:00Added an answer on May 17, 2026 at 12:34 am

    The native, OS-level thread is released as soon as the thread finishes (circa when run() finishes), but the thread object lives, like any other object, until it becomes unreachable and the garbage collector feels like running.

    Edit: It might also be interesting to know that Thread (in Sun’s Oracle’s implementation, anywho) has a private method called by the VM when the thread exits, which aggressively nulls several fields, including the one referring to the Runnable set by the Thread(Runnable) constructor. So even if you retain a reference to the Thread, the things it doesn’t need after finishing execution will be released, regardless.

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

Sidebar

Related Questions

say i have a process which spawns 2 threads the first thread listens in
In C#, a class field means every thread has its own instance of that
I am building up a multi-threaded application where I spawn three threads when application
Let's say I spawn a process PO through popen (READ ONLY) from a process
Say a program spawns a thread. That thread calls func1(). However, func1() is also
If you're spawning multiple threads (or processes) concurrently, is it better to spawn as
Using POSIX threads & C++, I have an Insert operation which can only be
i am using fsharpi (fsi) as background compiling process using System.Diagnostics.Process to spawn the
Say I have the following code: <span>Hello world!</span> And the following CSS: span{ color:red;
Say I had the following HTML: <h2>Heading <span></span></h2> <ul> <li><a href=# title=I am wanting

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.