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
How do you instantiate a complex number?
What is a strong name in .net?
What is the difference between user control an custom control? Advantages/disadvantages?
What is common language specification (cls)?
What do you mean by Code Access Security in .NET?
What is lambda expressions in c#?
How can I get at the win32 api from a .net program?
How to convert a .NET object into COM operabililty?
Explain what do the terms “boxing” and “unboxing” mean?
What is the use of gacutil.exe?
Is Driver Script any how related to AOM?
What's the .net collection class that allows an element to be accessed using a unique key?
How to get the number after decimal point in .net?
How will you register com+ services?
Explain security measures exist for .net remoting in system.runtime.remoting?