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
What is variable length arguments in java?
What is java in detail?
What is static and final keyword in java?
Why do we use predicate in java?
What is instance means in java?
What is the lifetime and scope of a variable?
What is a method header?
What is the difference between length and length() method in java?
Can we convert stringbuffer to string?
Discuss 2D arrays.
What is a private class in java?
Why enumeration is faster than iterator?
How do you invoke a method?
What are methods of a class?
Explain implementation and how is it different from conversion?