What?s a Windows process?
Answer / guest
It?s an application that?s running and had been allocated
memory.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is Finalizer in .NET define Dispose and Finalize ?
Differences between namespace, class, assembly?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
What is different between User Control and Web Control and Custom Control?
What is typical about a windows process in regards to memory allocation in .net?
What are the advantages of .net?
Explain about major components of the .NET framework.
What is meant by managed and unmanaged code?
What is multiThreading in .NET?
Where?s Windows service database located?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
What is RCW (Run time Callable Wrappers)?