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


Please Help Members By Posting Answers For Below Questions

What are the rules for variable declaration?

671


Write a program to show whether a graph is a tree or not using adjacency matrix.

811


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

706


What happens when a thread cannot acquire a lock on an object in java programming?

752


what do you mean by classloader?

729






Is there any way to skip finally block of exception even if some exception occurs in the exception block?

818


Why lambda expression is used in java?

740


Does java list allow null?

733


Is null in java?

723


When a byte datatype is used?

1168


How to create a base64 decoder in java8?

750


Why do we need hashmap in java?

739


Name some OOPS Concepts in Java?

801


Differentiate between postfix and prefix operators in java.

845


Difference between operator overloading and function overloading

790