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
how to store the value in textbox using delegates if we have
two user control. the value will be called from one user
control to another user control. Loading and unloading will
be done through delegates.
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.
What type of databases you can access through ADO Data
Access Object?
64
What is use of ContextUtil class?
190
Q1. A. Discuss the various types of variables.
B. How to control the file?
Q2. A. How the image application?
B. Write short notes on trees structures work.
Q3. A. How to load and unload child forms.
B. When should we use recursive programming
Q4. A. Write short notes on "The ole control's shortcut
menu"
B. How to test the AX stat class
Q5. A. How to use advanced data-bound controls.
B. Write notes on manipulating the recordset object
Q6. A. What is script control?
B. How to down load image properties.
C. What is meant by building a recordset.
382
how to add list of items in a web application and win
application?