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
What are the rules for variable declaration?
Write a program to show whether a graph is a tree or not using adjacency matrix.
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What happens when a thread cannot acquire a lock on an object in java programming?
what do you mean by classloader?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Why lambda expression is used in java?
Does java list allow null?
Is null in java?
When a byte datatype is used?
How to create a base64 decoder in java8?
Why do we need hashmap in java?
Name some OOPS Concepts in Java?
Differentiate between postfix and prefix operators in java.
Difference between operator overloading and function overloading