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
What is the use com component in .net?
What is strong-typing versus weak-typing? Which is preferred?
What is the need of OLE-automation?
What is .net3.0 and .net3.5?
Explain what are an object and a class?
What does cil do?
Different between .net & j2ee ?
Can you explain what do you understand about web service?
Is there any thread in our .net programs?
What is managed code in .NET?
When we go for html server controls and when we go for web server controls?
What is interface and abstract class in .net?
Tell us why do we use the “using” statement?
Explain code access security.
The project which you have made, which methodology did you use?