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
Explain soap and xml?
How com+ related to the dna architecture?
What are the main components in .net?
Example from .net. Integer & struct are value types or reference types in .net?
What is the concept of inheritance and how it works in .net?
What is the difference between constants and read-only variables?
What is a .net class?
What is managed code execution?
Why SOAP is required?
What should you do to store an object in a viewstate?
Explain what relationship is between a process, application domain, and application?
Explain what is heap and what is stack?
Can I write il programs directly?
Why do we use msmq?
Explain the purpose of Remoting in .NET?