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 |
Types of optimization and name a few ?
What is the difference between a session object and cache object
2 Answers CitiGroup, PennyWise,
What is the main difference between grid layout and flow layout?
What is web.config. How many web.config files can be allowed to use in an application?
6 Answers Accenture, HCL, InterGraph, iSoft,
How to convert any string to view state format in asp.net? §ÇÛ짬ªª³ö»Ç¾ö»ÂÇ¿¾»¼»¾ö¼ÉÇöÇÏǼ»Ãö®±ª§°ö«³ -- i want convert this string to view state.
Define web.config in .net?
What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?
How to remove themes from certain controls?
what is roles in asp.net
What are the session variables?
What base class do all Web Forms inherit from?
How you can manage the state of application at the server side in ASP.NET?