What?s typical about a Windows process in regards to memory
allocation?
Answer / 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 |
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
what is object lock?
How is threading done in .net?
Difference abstract class and interface in .net?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
How is a managed code executed?
What is the use of common language runtime?
Explain the .net framework overview?
What is il and c#?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is the difference between reference type and value type?