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 boxing and unboxing occures in memory?
What are the core differences between .NET Languages ?
What is the use of gacutil.exe?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
Please explain what is the difference between odbc and ado?
Please explain what is the difference between encrypting a password and applying a hashing?
Explain the different types of proxy patterns?
How to get the number after decimal point in .net?
Can a try block have nested try blocks?
How to customize the trace output?
Explain me how does linq work?
What is the difference between task and thread in .net?
Explain what is the difference between response.redirect & server.transfer?
The project which you have made, which methodology did you use?
What does stateless mean?