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 / rak
11
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Please tell us what is the difference between override and overload in a method?
What is the difference between task and thread in .net?
What is the use com component in .net?
What is typical about a windows process in regards to memory allocation in dot net?
Explain what does managed mean in the .net context?
What is value type and refernce type in .net?
What's a windows process in .net?
Tell me what is serialization?
Explain how does assembly versioning work?
Explain me what is a design pattern and what is it for?
What is the difference between asp.net & vb.net and explain architecture?
Explain me what is the .net framework and how does it work?
How boxing and unboxing occures in memory?
Difference between value type & reference types ?
Explain the procedure to add assemly to gac to make it shared one?