String[] a = new string[10]
for(i=0; i<10; i++)
{
a[i] = i;
}
How many heap object will be created for this array. Choose
the answer below.
Ans: 1, 10, 11, 12
Answer Posted / shiva
1
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to load the contents of an xml file into an xmldocument object?
What is the use of gacutil.exe?
What are multicast delegates?
Is .net a compiler?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What tools is used to develop .NET applications?
What is "common language runtime" (clr) in .net?
How is .net core cross platform?
What are the deferred execution and the immediate execution in linq?
What is close method? How its different from finalize and dispose?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is smart navigation in .net?
Explain me what are the deferred execution and the immediate execution in linq?
Why do we use msmq?
What is the difference between a class and an object, and how do these terms relate to each other?