0
1.2kviews
What is a Thread? List the advantages of using a Thread?
1 Answer
0
26views

Thread

  • A thread is also called a Lightweight Process.
  • Each thread belongs to exactly one process and no thread can exist outside a process.
  • But, one process can contain multiple threads.
  • Each thread represents a separate flow of control, thread is a path of execution within a process.
  • A thread …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.