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 20798You 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 5926macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 34552if 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 43706# 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 19616Post New Microsoft Interview Questions
Can you connect 2 vpcs in different account?
When a person whirls a rock on the end of a string and maintains it in uniform circular motion, the force exerted on the rock is most accurately referred to as?
What is the latest version of magento?
What are deprecated html elements?
Is javascript harmful?
How do I search for a number in a string in excel?
Difference between save and saveorupdate?
What are the arguments and what do they mean in perl programming?
What are the core wpf assemblies?
under which head should be the p & l appropriation a/c should be opened in tally 9? and how to preapare and display it?
What is type qualifiers?
how Sequence to connect and retrieve data from database using dataset?
-----------------What is Determination Model?
What are the key elements in ZooKeeper Architecture?
What is the depth-first search algorithm?