how to reverse a string with out using string or predefined
function,ex:string is " i love india". the output should be
like this "i evol aidni"
Answer Posted / janardhan
Given sting
String str="i love india";
String s[]=str.split();
for(int i=str.length();i>0;i--)
System.out.println(s[i]);
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
is there any addin for remedy user application
How qtp identifies objects?
how will you load the test cases in ddt?
How do you check ticket cost and ticket number in flight application?
how can i pass a "cript"as a parameter in to a function
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
Explain different type of event trigger option.
If you are testing a web application then what will you test in that application?
Explain the difference between check point and output value?
Shall we add Local Repository to shared object repository,if yes,how we add
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
What is the basic concept of quicktest professional?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Step 3&4 are repeated until an the object in recognised uniquely.