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
Tell us what is heap and what is stack?
How can I get at the win32 api from a .net program?
What data providers available in .net to connect to database?
Explain about managed heap?
Do I have any control over the garbage collection algorithm?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Explain .NET architecture?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Explain what does managed mean in the .net context?
what user controls are and what server controls are and the differences between the two.
What's singlecall activation mode used for in .net?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
Difference between dispose and finallize method?
What is namespaces in .net?
What is DTS and explain the purpose of it?