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

  • Home
  • SEARCH
  • 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 9241147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:19:07+00:00 2026-06-18T08:19:07+00:00

Java executor has a pool of threads. If I have fixed length of pool

  • 0

Java executor has a pool of threads. If I have fixed length of pool (8 for example). Does all these 8 threads would live forever if application does not terminate? If some part of codes throw exception, does the thread in the pool would be dead?

On the other hand, if I want to terminate thread, how to terminate thread?

  • 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-18T08:19:08+00:00Added an answer on June 18, 2026 at 8:19 am

    Yes, they will live forever as long as the ExecutorService exists. You can shut them down by calling ExecutorService.shutdown(). As for the other part of your question, the javadoc explains it all:

    If any thread terminates due to a failure during execution prior to shutdown, a new one will take its place if needed to execute subsequent tasks.

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

Sidebar

Related Questions

In a life without Java Executors, new threads would have to be created for
If I create a fixed size thread pool with 10 threads in java using
Java 5 has introduced support for asynchronous task execution by a thread pool in
I have a simple class that has a property called executor in which I'd
Java's Executor is (as far as I understand it) an abstraction over the ThreadPool
The Java Concurrency API gives you Executor and ExecutorService interfaces to build from, and
I am working on the Executors in java to concurrently run more threads at
I have an application which from time to time has this stacktrace in logs:
I have been working with the example code from the ExecutorCompletionService and put together
The ThreadPoolExecutor class in the Java SE 6 docs has the following method :

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.