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 21359You 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 6539macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37069if 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 47335# 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 21108Post New Microsoft Interview Questions
Can I build a website without a host?
What are the angular modules?
Differentiate between realloc() and free().
if voltage bt phase & nutral is 38v in a panel board . whats the root cause.
What is a model in programming?
for itm agent upgrade, what agent version should be used?
Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.
Explain what data encapsulation is in c++?
Tell me is there a way to update schedule ship date for all lines of so in one go?
What are hooks in wordpress?
what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u
How important is digital marketing for seo?
What is difference between delegate and datasource in ios?
How to achieve localization?
What is automatic programming?