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 response.write & response.output.write?
Explain when should you use .net web forms over asp.net mvc?
How to debug failed assembly binds?
Explain About GDI object ?
What is assembly in .net?
Explain cas (code access security)?
How to create a key pair in .net?
How do you turn off cookies for one page in your site? Give an example.
What is manifest in .net?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Explain boxing and unboxing in .net.
Explain about Behavioral design pattern?
Is Driver Script any how related to AOM?
Do you know what's the difference between .net and laravel?
Explain what is the difference between encrypting a password and applying a hashing?