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

What are the properties of a Java thread?

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

Contents


More Related Answers

  • java get thread name
  • System.Threading;
  • What are the Thread-safe classes in Java Collections framework
  • thread in java
  • thread in java
  • threads in java
  • What is a Thread in Java?
  • Java Thread Example Using the Thread Class
  • create thread java
  • java thread
  • System.Threading;
  • What is the purpose of Thread Groups in Java?
  • What are the two ways of implementing thread in Java?
  • Java Thread
  • java program to implement thread
  • How many types of threads are there in Java?

  • What are the properties of a Java thread?

    0

    Each Java thread has following properties:

    1. Identifier: An identifier of type long that is unique within

    the JVM

    2. Name: A name of type String

    3. Priority: Priority of type int

    4. State: A state of type java.lang.Thread.State

    5. Group: A thread group the thread belongs to

    https://www.tutorialspoint.com/Properties-of-the-Thread-Class

    Popularity 3/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.