How many types of thread in java? give the name
Answer Posted / amir hassan
There are two types of Thread
1) Naming Thread
2)Thread Priority
1) Naming Thread
The Thread class provides methods to change and get the name of a thread.
2) Thread Priority
Each thread have a priority. Priorities are represented by a number between 1 and 10
> it Depend on the JVM.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is logger a singleton?
What is the difference between static class and normal class?
What is this () in java?
What are the important features of Java 9 release?
What is stack class in java?
What is main function purpose?
What is get () in java?
How do you add spaces in java?
why are there separate wait and sleep methods? : Java thread
Can singleton class be cloned?
What are the types of java?
Explain parallel processing in java8?
What is the difference between and ?
What is passing value java?
What is the difference between && and & in java?