Answer Posted / suswagata choudhury
public class Reverse {
public static void main(String args[]){
String s="SUSWAGATA";
StringBuffer sb=new StringBuffer(s);
System.out.println(sb.reverse());
}
}
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is java still relevant?
What exactly is java?
What is a superclass?
Can we create a class inside a class in java?
a thread is runnable, how does that work? : Java thread
Write a java program to print fibonacci series?
What are static initalizers in java ?
Why do we declare a class static?
What is an interoperable application in java ?
Can you explain the cs option of java interpreter?
What is double parsedouble in java?
Is java a virus?
When arithmeticexception is thrown?
Why volatile is used in java?
what r advatages of websphere? & how to deploy?