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 / lavanya
10
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How do we access crystal reports in .net?
Explain About GDI object ?
What is assemblies in .net?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
What is func in .net 3.5?
What is .net and .net framework?
What is web.config in .net?
what user controls are and what server controls are and the differences between the two.
What is the difference between task and thread in .net?
What is the difference between encrypting a password and applying a hashing?
Explain the .net framework overview?
How to get the number after decimal point in .net?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What does jit compilation do in .net?
How is .net able to support multiple languages?