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 21373You 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 6561macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37145if 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 47432# 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 21161Post New Microsoft Interview Questions
Difference between item renderer and item editors?
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What is the utilization of tuples in scala?
What all are the components of workflow?
Mention how profiles are specified in Maven?
what data regions are and what are the different data regions?
What's the price in 1K quantity?
How react router and its techniques differ from more traditional javascript routers like backbone’s router?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
How you’d control permissions through Sharing Rules?
What is the difference between urban and rural community?
What is continuous integration in jenkins?
Give a hierarchy of business objects? Who will see reports after reports developing is finished? : sap bobi
What is A/B testing in Machine Learning?