Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How will you make a user thread into daemon thread if it has already started?

Pragya Keshap answered on February 4, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • How to make a non daemon thread as daemon?
  • Can we make main() thread as daemon?
  • Can we make main() thread as daemon?
  • How can we create daemon threads?

  • How will you make a user thread into daemon thread if it has already started?

    0

    No. We cannot make a user thread to daemon thread once it has

    already started.

    If we do it by calling setDaemon(), it will throw

    IllegalThreadStateException

    https://www.geeksforgeeks.org/daemon-thread-java/

    Popularity 2/10 Helpfulness 1/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.