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 21457You 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 6621macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37513if 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 48103# 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 21392Post New Microsoft Interview Questions
What's the difference between vbscript and vb.net?
Can you explain about the indexing process in hdfs?
What is array within structure?
"how can we find the approximate quantity of materials using in a building or total Expenditure in percentage for rough estimate after known the construction area(sqm)".please if you know something about that please post the answer.
What will happen if the voltage in my house drops from 220V to any lower voltage?
How to access a variable of the first host in a group?
What is collections framework?
What is new method in c#?
What is difference between FI-Delta and delta in SAP BI
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
What does dbml mean in texting?
how to pass provision salary full and settlement(inclusive Bonus,Gratutity etc )please show me entry
What are the higher order functions in swift?
What does executescalar return in c#?
What is a parameter in a function?