What is user level and kernel level thread?



What is user level and kernel level thread?..

Answer / Deep Ranjan Tiwari

User-level threads are lightweight, managed by the application itself. Kernel-level threads are managed directly by the operating system's kernel, providing a more efficient context switching but with increased overhead.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Threads Interview Questions

How many threads can you run?

1 Answers  


What is a lightweight thread?

1 Answers  


Does linux have threads?

1 Answers  


Which one is better thread class or runnable interface?

1 Answers  


What are the benefits of multithreading?

1 Answers  


how will you distinguish if it is a process or a thread, provided you know pid in linux operating system?

1 Answers   SwanSoft Technologies,


What are the disadvantages of threading?

1 Answers  


How many threads can jvm handle?

1 Answers  


What does 4 cores and 4 threads mean?

1 Answers  


What are the two types of threads?

1 Answers  


Do threads share page table?

1 Answers  


What are server threads?

1 Answers  


Categories