How many types of thread in java? give the name

Answer Posted / tadveer

there are two types of thread
1.user thread
2.kernel thread

java works only in user thread , kernel thread handles by OS.

user thread categorized as
1.daemon thread(which are executing in background like Gabage collector,ThreadScheduler)
2.non daemon thread(created by the user)

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an immutable object? How do you create one in java?

793


What is the impact of declaring a method as final?

740


What are singleton services?

653


How to convert string to char and vice versa?

700


Is null in java?

726


Which is illegal identifier in java?

767


Can a class extend more than one class?

822


What is difference between arraylist and list in java?

774


What is an example of a constant variable?

751


What is gc()?

733


Define interface in java?

790


What is the parse method in java?

769


what is an objects lock and which objects have locks? : Java thread

752


What is the use of generics? When was it added to the Java development Kit?

743


What is the static variable?

782