adplus-dvertising
frame-decoration

Question

Number of threads that exists for each of the processes that occurs in the program:

a.

atmost 1

b.

atleast 1

c.

only 1

d.

both a & c

Answer: (d).both a & c

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Number of threads that exists for each of the processes that occurs in the program:

Similar Questions

Discover Related MCQs

Q. Choose the namespace which supports multithreading programming:

Q. What does the given code snippet specify?

public Thread(ThreadStart start)

Q. Which of these classes is used to make a thread?

Q. On call of which type of method the new created thread will not start executing?

Q. Which of these method of Thread class is used to Suspend a thread for a period of time?

Q. Which of these keywords are used to implement synchronization?

Q. Which keyword is used for using the synchronization features defined by the Monitor class?

Q. What is synchronization in reference to a thread?

Q. Which method is called when a thread is blocked from running temporarily?

Q. What kind of exception is being thrown if Wait(),Pulse() or PulseAll() iscalled from code that is not within synchronized code?

Q. What is mutex?

Q. What is Semaphore?

Q. Which method is used to abort thread prior to it’s normal execution?

Q. Which of these statements is incorrect ?

Q. What is multithreaded programming?

Q. What is an iterator?

Q. What are the advantages of the named iterator?

Q. Which namespace is mostly preferred for the operation of networking in C#?

Q. Which of the following are the classes defined by the namespace System.Net:

Q. Which of the following are the interfaces defined by the namespace System.Net: