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 difference between .net core and .net standard?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
What method do you use to explicitly kill a users session? How?
What is .net code security?
State the differences between the dispose() and finalize().
Explain what is heap and what is stack?
What is il in vb.net?
How viewstate is being formed and how it's stored on client in .net?
What are .net functions?
What are code contracts?
Difference between abstract class and interface in .net?
Explain what is mutex?
How is .net core cross platform?
What is a manifest in .net?
How is .net able to support a lot of languages?