Answer Posted / palemraju
String str="how r u";
int length=str.length();
System.out.print("The reverse String is:");
while(len>0)
{
System.out.print(str.charAt(len-1));
len--;
}
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between arraylist and linkedlist in java?
What is boolean false?
Explain a few methods of overloading best practices in java?
What is size of int in java?
What is string example?
Explain how to convert any java object into byte array.
Which package has light weight components?
Does a function need a return?
What do you mean by byte code?
Can we sort hashset in java?
What is nested class?
What are the 2 types of java programs?
What is a heavyweight component?
What is <> used for in java?
How objects are stored in java?