What is the difference between a thread and a process?
Answers were Sorted based on User's Feedback
Answer / vikram
thread is a unite of execution and process is a collection of thread
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ii
A process, in the simplest terms, is an executing program. One or more threads run in the context of the process. A thread is the basic unit to which the operating system allocates processor time. A thread can execute any part of the process code, including parts currently being executed by another thread.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swetha
Thread is line under execution and Process is prgm under
execution
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you pass multiple complex types in Web API?
Name and describe some HTTP Status Codes and what they express to the requesting client ?
How can you get public key information?
diff between Server.Transfer() and Server.Execute()
What is the purpose of each of the validation controls provided by ASP.NET?
what is differences between bind and eval?
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
how to handle sql exceptions?
True or False: To test a Web service you must create a windows application or Web application to consume this service?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is asp net objects?
I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
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)