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 / davamani
1
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Please explain what is reflection and what is it for?
Explain the different types of proxy patterns?
What is the procedure to add assemly to gac to make it shared one?
Explain the process of compilation in .NET?
What is assembly in .net?
How do you define the lease of the object in .net?
What is the intermediate language between asp and asp.net1.0?
What is the difference between a class and an object, and how do these terms relate to each other?
What are virtual destructures?
What is func in .net 3.5?
What is the microsoft .net?
What is a metadata in .net?
What is .net code security?
How to create properties and methods using controls?