What?s typical about a Windows process in regards to memory
allocation?
Answer Posted / guest
Each process is allocated its own block of available RAM
space, no process can access another process? code or data.
If the process crashes, it dies alone without taking the
entire OS or a bunch of other applications down
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is the difference between user control an custom control? Advantages/disadvantages?
What are nullable types in .NET
What is garbage collection in .net? Explain the garbage collection process?
Example from .net. Integer & struct are value types or reference types in .net?
What is difference between static page and dynamic page?
Is .net capable of supporting multi-thread?
What is Ajax? How it is related to your project?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What is a windows process in .net?
What are data types in .NET?
What's the use of system.diagnostics.process class in .net?
What are the new 2.0 features useful for?
Explain how to spawn a thread?