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 / rak

11

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is .net3.0 and .net3.5?

565


What are the differences between com architecture and.net architecture?

565


what is the meaning silverligt control

1683


Is .net an object oriented language? What are their components?

529


How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?

582






Difference between abstract class and interface in .net?

561


Tell us what is the native image generator?

580


Explain what inheritance is, and why it's important?

508


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

545


Do you know what is .net standard?

581


Different between .net & j2ee ?

596


When we use windows api in .net is it managed or unmanaged code?

570


What are the main components in .net?

536


Explain how does assembly versioning work?

588


What is a manifest in .net?

608