if we want to move all the items that are already added in a
combobox into an empty list box or vice-versa then how can it
possible in vb or C# ?
Answer / maaz
Run time unit consisting of types and other resources (e.g.
icons)
-Unit of deployment: assembly is smallest unit that can be
deployed individually
-Unit of versioning: all types in an assembly have the same
version number
| Is This Answer Correct ? | 0 Yes | 1 No |
kindly send interview materials
why should i hire u
How to find out the user exit for va01.
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
can we extend a class having only one parameterised constructor.Suggest the process to do it.
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
How do i find out the number of parameters passed into function?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
what is difference between object oriented programming structure and object oriented programming system?
Write a program to calculate the following i want a Java program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
Is strus threadsafe or not?