What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor
1 21257You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 6441macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 36627if a number is choosen between 100 and 999 includeing these numberrs what is the provbabilty that the number selected does not contain a 7 is
23 46598# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
7 20834Post New Microsoft Interview Questions
Why is block size set to 128 MB in HDFS?
Explain about the sucide plasmid directed mutagenesis in pseudomonas?
SOQL & SOSL? Diff between SOQL & SOSL?
lookup transformation with screenshots
How was your yestarday?
Why are jsp pages the preferred api for creating a web-based client program?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is sap hybris used for?
What is accrual calculation?
Tell me how do you separate words in url?
Explain super alloys. What makes them useful for land-based turbines?
How can you restrict running certain applications on a machine?
How to load data with sql*loader?
what is group bom? Is it possible to attach the drawing for a material to bom? How?
What are the different pipelining hazards? : Dot net architecture