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 21372You 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 6558macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37135if 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 47422# 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 21154Post New Microsoft Interview Questions
Who introduced c#?
What is ddms?
What is an array in people code?
Does go (golang) support type inheritance?
What kinds of applications is ajax best suited for?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What is cron?
Why the lower byte address bus(a0-a7) and data bus (d0-d7) are multiplexed?
When we serialize an object does the serialization mechanism saves its references too?
What is html5 geolocation? How to use it?
How do I share global variables across modules?
What is Association and its types?
what is meant by residual over voltage & residual earth fault ?
How does DevOps work?
Explain JobConf in MapReduce.