What is the difference between a thread and a process?

Answers were Sorted based on User's Feedback



What is the difference between a thread and a process?..

Answer / vikram

thread is a unite of execution and process is a collection of thread

Is This Answer Correct ?    2 Yes 1 No

What is the difference between a thread and a process?..

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

What is the difference between a thread and a process?..

Answer / swetha

Thread is line under execution and Process is prgm under
execution

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Uses of CLR ?

2 Answers   Mind Tree, PH Software, TCS,


Where is the view state data stored?

0 Answers  


What is the size of Get method and how much data it can store?

0 Answers   HCL,


What are the namespaces used in asp.net mvc? : asp.net mvc

0 Answers  


Explain the role of global.asax?

0 Answers  






Can you nest updatepanel within each other?

0 Answers  


asp.net page is a object or not?

5 Answers  


Is it possible to perform data validations in the database?

1 Answers   Quest,


What is an application domain ?

2 Answers   Microsoft,


How can I configure asp.net applications that are running on a remote machine?

0 Answers  


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

0 Answers  


What is mvc in asp.net tutorial? : Asp.Net MVC

0 Answers  


Categories