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
What is the difference between user control an custom control? Advantages/disadvantages?
What is namespaces in .net?
What are the purposes of using .net?
Where does the gac exist ?
what user controls are and what server controls are and the differences between the two.
What method do you use to explicitly kill a users session? How?
How do you instantiate a complex number?
What does .net stand for?
Explain the purpose of Remoting in .NET?
Explain re-clarification of object based in .net?
What is garbage collection and how it works ?
Tell us what is the native image generator?
How can you assign an rgb color to a system.drawing.color object?
What is Flyout Design Pattern in .NET?
Explain what is the difference between response.redirect & server.transfer?