How to swap two String values without using a
third variable?
Answer Posted / parthag
In C#, C sharp
string str1 = "First";
string str2 = "Second";
str1 = string.Concat(str1, str2);
str2 = str1.Replace(str2,"");
str1 = str1.Replace(str2,"");
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is d main diff between the java and .net framework
THE CHANNEL IN DATA COMMUNICATION CAN BE?
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
any drawback are there in mantis?
Difference of Console, web & windows applications?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
How to use string functions in QTP?give some examples
why not instantiating servet using new operator?
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
What is Negative testing?
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
how do find the user exit for selected feild whatis the process and can u plz explain it
what are resources in case of Threads