Write the different features of a Thread and a Process?
Answer / Atul Kumar Srivastava
Threads and processes have several differences:
1. Isolation - A process provides more isolation than a thread since each process has its own memory space, while threads within a process share the same memory space.
2. Resource Consumption - Threads use fewer resources (CPU, memory) compared to processes.
3. Scheduling - An operating system schedules and manages multiple processes but may allow multiple threads to run concurrently within a single process.
4. Termination - Killing a thread in a process does not necessarily kill the entire process, while terminating a process kills all of its associated threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is postback request?
What are different types of directives in .NET ?
Explain the difference between array and linkedlist?
What are the advantages and disadvantages of viewstate ?
Is there any alternative to avoid name collisions other then Namespaces?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0
How Session use Cookies in State Management?
How can u debug your .net application?
If you are using components in your application, how can you handle exceptions raised in a component?
what is satellite assembly in .net?
Types of values mode can hold session state in web.config ?
1 Answers Accenture, Parrot Systems,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)