Explain what is heap and what is stack?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about major components of the .NET framework.
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
what is object lock?
why .net does not support multiple inheritance?
Tell me what is a “jagged array”?
Describe the use of following com+ services jit activation, queued components, object pooling.?
Why SOAP is required?
What is the difference between web application and enterprise application?
Can we have same method with same name and signature using partial classes
How you apply a theme in whole application in .Net?
Explain the features that are common to all .Net languages.
How is a managed code executed?