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 |
Explain model, view and controller represent in an mvc application? : asp.net mvc
What does ascx stand for?
How can you make sure that web api returns json data only?
When Garbage Collector runs in an Application? 1)Application is running form more than 30 min. 2)On every 1/4th milisecond 3) Randomly 4) Application is running on low of memory
How can we Maintain more than on config file in one .Net web application and how?
How will you maintain versioning in asp.net 2.0?
How to upload a file using file upload control inside the Update Panel???
What is base class of .net?
Explain the difference between globalization and localization techniques
what is the cursor
we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?
7 Answers CEI, CSC, HCL, Tech Mahindra,
In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected
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)