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
Tell me the Importent classes in net package?
What is constructor chaining and how is it achieved in java?
Explain differences between collection api and stream api?
What is the function of character?
What is meant by nested loop?
How to convert string to char and vice versa?
What is an enumeration?
What is a databasemetadata?
What does provide mean construction?
What is defined as false sharing in the context of multithreading?
What is difference between an object and a class?
What do you understand by the term singleton?
Realized?
Explain try and catch keywords in java?
explain multi-threading in java?