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 / dennis
11.
1 for the String[]
and 1 for each individual "string" in the string array.(so total 10)
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can I write my own .net host?
What is file extension of Webservices in .Net?
Write the .net syntax for 'while loop'?
Is there any thread in our .net programs?
Explain the different parts of an assembly?
What is difference between .net and .net core?
Explain how to stop a thread?
hai, about trading domain and need simple project on trading system. please help me...
Explain what is the difference between odbc and ado?
What are the new 2.0 features useful for?
Is .net core the future?
Where does the gac exist ?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Dynamic Fonts
Explain the procedure to add assemly to gac to make it shared one?