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
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
i have an array of 10 objects whose values are from 1-10
randomly inserted. i have deleted one array object.
tell me what is that value? write the logic of it.
I have a problem in installing visual Studio 2008 on PC that
have Celeron Processor ? afterAll InstallionFaied . Pls
suggest me . Is it possible or not .if Yes then How ?
98
which tag i need to use manually to bind columns in a
datagrid ?
8
How many system controls are available ?
153
List out controls which does not have events?
1714
What are the consideration in deciding to use .NET Remoting
or ASP.NET Web Services?
166
how u maintain data while navigating one page to another?
15
What is nmake tool?
288
What property do you have to set to tell the grid which
page to go to when using the Pager object?