What is the maximum total number of nodes in a tree that has N levels? Note that the root is level (zero)
18 52717what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail
10 27532what is the ethernet interface?where and when we can use? how to connect hte host systems to target system
1 6394I am running a windows based application.While running the script on QTP ,The Application pop-up an Error Message as "object Disabled" in two different scenarios Scenario 1-->The Application pop-up up a Message for Max Session Reached(as the application is set to hold 2 session and if if crosses the pre-defined limit then the error message pop-up) Scenario 2-->When Network connectivity is disabled the Application screen gets greyed out in colour with no operation possible. Now through Exception handling features in QTP ,we need to do the following For Scenarion 1-->Through Exception handling we need to just accept the Message pop-up in the Application and and resume with the call function as is for Scenario 2--> Through Exception Handling featutes on QTP we need to shut down the client , restart the client and resume the call functions as it is Note: The Application returns an Error Message as "object disabled" in both the cases i.e for pop-up message and when the Apllication getting greyed out due to Network failure how can we enhance the script in such a way that for the same error message retured by the application in two different and how to handle them????
2 10417Post New Sasken Interview Questions
What are the various ways in which spring framework can be used?
what does 50 denote in dowex 50 ????
What encryption security is available in sql azure?
How do I open iis manager in windows 10?
What is the best rss reader?
Are primitives objects?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
Is unix a coding language?
how can we change the polarity of Alternating current rapidly? how frequency of ac can be controlled and changed easily?
Define piggybacking?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What do you understand by heat treatment?
How does spring singleton work?
What is the difference between php4 and php5?
Why declare Main() inside the class in java ?