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 web.config in .net?
When we go for html server controls and when we go for web server controls?
What is connection pooling and how do you make your application use it?
What is .net code security?
Tell us what is json data, and what is one way that .net developers can work with json?
Is .net a compiler?
What is your observations between vb.net and vc#.net?
Explain soap and xml?
What is a metadata in .net?
What exactly is being serialized when you perform serialization in .net?
What is .net environment?
Define code access security (cas)?
What are .net applications?
Please tell us what is the difference between override and overload in a method?
What is the difference between a class and an object, and how do these terms relate to each other?