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 21386You 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 6566macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37190if 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 47483# 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 21181Post New Microsoft Interview Questions
What class allows you to read objects directly from a stream in java programming?
How subroutine can be called from the main program and how the program returns from the subroutine?
What is mysql community edition?
how can i change access to a user who is having access for SPRO display only to change access in sPro
How to implement database relationship in hibernate?
2. Explain the Sales Promotion in marketing and also how HLL and P&G are doing their promotion of products in India with suitable examples.
Is pipe round because it provides the least area to volume ratio?
Explain the mechanism behind the turbine meter.
What is the difference between "var" and "let" keywords?
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
What is a context filter?
What is w3wp process?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
Which bdc you prefer? : abap bdc
Which number is denoted by leading 0x or 0x in java?