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
Answers were Sorted based on User's Feedback
Answer / garima kurmi
Correct answer is 1.As the heap is a pointer and stores the
type of the object not the value.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rattan deep
answer is 11 because i+1 will give 11 value and in C# array
is considered as dynamic structure.
| Is This Answer Correct ? | 0 Yes | 1 No |
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
What versions of .net are there?
Define code access security (cas)?
Do I have any control over the garbage collection algorithm?
What is the difference between an abstract class and an interface?
What do you mean by web service?
What is view state?
When we use windows api in .net is it managed or unmanaged code?
How to Create and Consume a Web Service?
Do you know what is .net standard?
How can you turn-on and turn-off cas?
Which server tag comes from server when we submit any data