DateTime[] dt = new DateTime[10]
for(i=0; i<10; i++)
{
dt[i] = DateTime(2008, 1, i+1)
}
How many heap object will be created for the above array.
Choose the correct answer below.
Ans: 1, 10, 11, 12
Answer Posted / shiva
10
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the different parts of an assembly?
Explain the difference between public and static modifiers?
Describe the Managed Execution Process?
Explain how com+ related to the dna architecture?
How to spawn a thread?
SAP Business One(this is intigrated tool of .net)
How to manage pagination in a page using .net?
How do we access crystal reports in .net?
How to create multiple inheritance in c#, with example?
Explain about .NET services?
Explain what is immutability, what is it for and how is it codified?
What are the properties of ADO.NET?
What is "common language runtime" (clr) in .net?
Is there built-in support for tracing?
what will do to avoid prior case?