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
Do loops java?
Explain about java sdk?
Explain about varargs in java?
What is double checked locking in singleton?
What does nullpointerexception mean?
Is Constructor possible in abstract class in java ?
What does @param args mean in java?
What are synchronized methods ?
Is singleton set an interval?
How do you take thread dump in java?
What is null mean in java?
How do you do a line break in java?
What is the role of the java.rmi.naming class?
What is java string pool?
What are instance variables?