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 21384You 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 37173# 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 21174The slogan ?Work is Worship? was coined by (a) Gandhiji (b) Basavana (c) Visvesvaraya (d) Buddha
6 18178Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
8 11711Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
11 20472how can i return string by vilating duplicates(inpyt like asdfsda but output should be 2a2d2sf and 2a,2d,2s,f)
2 6178Post New Microsoft Interview Questions
How do you make a server on windows 10?
How do I change the domain name of an existing website?
Why mostly the HV side of transformer has Delta?
List the symptoms of dry mouth?
Storage location is im or wm component ?
What is aot in angular?
Why SQL Agent is used?
What are two launch modes for activities?
How would you login to Active Directory from a Linux or Mac box?
How do I manually configure outlook?
How many ways to create array in kotlin?
What is namespace in typescript? How to declare a namespace in typescript?
Why thermal efficiency of i.c. Engines is more than that of gas turbine plant ?
On what cycle does thermal power plant operate?
What are the ways to access hibernate by using spring?