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
how can i create a table from front end to back end in wabe page?
Difference between abstract class and interface in .net?
How is meant by dll in .net?
What is delegation in .net?
What is the difference between function and stored procedure?
What is Full trust permission set in .Net
What is WSDL? Explain its architecture?
What is an assembly? What are the different types of assemblies?
Explain what is an anonymous method and how is it different from a lambda expression?
Can any object be stored in a viewstate in .net?
Explain about the features and elements present in Visual studio.NET IDE?
What is the difference between an abstract class and an interface?
Differentiate between managed and unmanaged code?
Do you know what is .net standard?
What is static constructor, when it will be fired?