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 21353You 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 6534macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37058if 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 47298# 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 21098Post New Microsoft Interview Questions
Can I upgrade android 6 to 7?
What are ddl statements in oracle?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
What is short-end fiscal year?
can we create an interrupt in plc through scada?
What are the advantages of .net core?
What is the use of using number of loaders in target table?
How to open iis configuration manager?
what are the interface tables in general ledger ?
Is there any restriction on the use of union in embedded sql?
Calculation of curtain wall of box culvert
Define tasktracker.
What is the default data type in javascript?
Explain the insert into statements in sql?
Does google use sql?