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 create a key pair in .net?
What data providers available in .net to connect to database?
Explain .NET architecture?
How is a managed code executed?
What are the two main parts of the .net framework?
Explain assemblies in .net?
Explain the garbage collection process?
Explain me what is an anonymous method and how is it different from a lambda expression?
Whate are resource files?
What is .net standard?
How do you turn off cookies for one page in your site? Give an example.
Explain the top .net class that everything is derived from?
How com+ related to the dna architecture?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
What is interface and abstract class in .net?