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
Write a program in java to create a doubly linked list containing n nodes.
How much ram can a 64 bit processor theoretically?
What the difference is between execute, execute Query, execute Update?
What is the function of character?
What is arraylist e in java?
Where we write javascript code in html page?
What is the default execution method in java?
What are measurable parameters?
What does jenkins do?
What is toarray method in java?
Why is stringbuffer faster than string?
Why do we need wrapper class?
What is general methodology?
how to convert Java project into Maven ?
Explain restrictions on using enum?