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 / shiva
1
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can a try block have more than one catch block?
How server form post-back works?
What are asp.net authentication providers and iis security?
What is iis? Have you used it?
Is .net core stable?
Explain me what is a design pattern and what is it for?
Explain what is immutability, what is it for and how is it codified?
Explain memory-mapped files.
What is the lapsed listener problem?
What is reflection in microsoft .net context?
What does .net stand for?
What is the use of UML in .Net
What is heap and what is stack?
What is Full trust permission set in .Net
What is "common language specification" (cls) in .net?